Update 'docker_portainer_stacks/registry.yml'

This commit is contained in:
sthope 2021-09-15 19:06:38 +02:00
parent ce4dc744ae
commit 9d0c7c876f

View File

@ -9,7 +9,7 @@ services:
- PGID=${PGID:-1000}
- TZ=${TZ:-Europe/Amsterdam}
volumes:
- ${volume_docker_hub:-/docker/registry}:/config
- ${volume_docker_hub:-/docker/registry}:/var/lib/registry
ports:
- ${port_http:-5000}:5000
restart: ${restart:-always}