mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-25 14:39:54 +03:00
docs(examples): inconsistency of htpasswd file names with docker compose.yml (read-only-auth example) (#402)
This commit is contained in:
parent
b7f732a606
commit
cb776739c2
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ services:
|
|||
- SINGLE_REGISTRY=true
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./read-write.htpasswd:/etc/nginx/auth/write.htpasswd:ro
|
||||
- ./read-only.htpasswd:/etc/nginx/auth/read.htpasswd:ro
|
||||
- ./write.htpasswd:/etc/nginx/auth/write.htpasswd:ro
|
||||
- ./read.htpasswd:/etc/nginx/auth/read.htpasswd:ro
|
||||
depends_on:
|
||||
- registry
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue