fix: correct quoting in command for Docker registry configuration
This commit is contained in:
parent
1479eb8bcd
commit
56a5c5ae4c
@ -17,9 +17,8 @@ services:
|
|||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
mkdir -p /auth
|
mkdir -p /auth
|
||||||
echo "${HT_CONTENTS}" > /auth/htpasswd
|
echo '${HT_CONTENTS}' > /auth/htpasswd
|
||||||
exec bin/registry serve /etc/docker/registry/config.yml
|
exec bin/registry serve /etc/docker/registry/config.yml
|
||||||
volumes:
|
|
||||||
- /mnt/appdata/docker_registry/data:/var/lib/registry
|
- /mnt/appdata/docker_registry/data:/var/lib/registry
|
||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user