mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
adjust image tag
This commit is contained in:
parent
e93052faff
commit
0f01966c07
|
@ -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 New Issue
Block a user