Update 'docker_portainer_stacks/registry.yml'
This commit is contained in:
parent
ce4dc744ae
commit
9d0c7c876f
@ -9,7 +9,7 @@ services:
|
|||||||
- PGID=${PGID:-1000}
|
- PGID=${PGID:-1000}
|
||||||
- TZ=${TZ:-Europe/Amsterdam}
|
- TZ=${TZ:-Europe/Amsterdam}
|
||||||
volumes:
|
volumes:
|
||||||
- ${volume_docker_hub:-/docker/registry}:/config
|
- ${volume_docker_hub:-/docker/registry}:/var/lib/registry
|
||||||
ports:
|
ports:
|
||||||
- ${port_http:-5000}:5000
|
- ${port_http:-5000}:5000
|
||||||
restart: ${restart:-always}
|
restart: ${restart:-always}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user