Skip to content

Commit

Permalink
docs(examples): inconsistency of htpasswd file names with docker comp…
Browse files Browse the repository at this point in the history
…ose.yml (read-only-auth example) (#402)
  • Loading branch information
Julien-Delavisse authored Nov 28, 2024
1 parent b7f732a commit cb77673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/read-only-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb77673

Please sign in to comment.