Update docker-compose.yml

adjust image tag
This commit is contained in:
LRVT 2024-06-10 09:15:16 +02:00 committed by GitHub
parent e93052faff
commit 0f01966c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ services:
privatebin:
hostname: privatebin
container_name: privatebin
image: privatebin/nginx-fpm-alpine:latest
image: privatebin/nginx-fpm-alpine:stable
read_only: true # not in compose 3.0 documentation but appears supported based
ports:
- 8080:8080