Update docker-compose.yml
adjust image tag
This commit is contained in:
parent
e93052faff
commit
0f01966c07
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue