Skip to content

Commit cb77673

Browse files
docs(examples): inconsistency of htpasswd file names with docker compose.yml (read-only-auth example) (#402)
1 parent b7f732a commit cb77673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/read-only-auth/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ services:
1717
- SINGLE_REGISTRY=true
1818
volumes:
1919
- ./nginx.conf:/etc/nginx/conf.d/default.conf
20-
- ./read-write.htpasswd:/etc/nginx/auth/write.htpasswd:ro
21-
- ./read-only.htpasswd:/etc/nginx/auth/read.htpasswd:ro
20+
- ./write.htpasswd:/etc/nginx/auth/write.htpasswd:ro
21+
- ./read.htpasswd:/etc/nginx/auth/read.htpasswd:ro
2222
depends_on:
2323
- registry
2424
networks:

0 commit comments

Comments
 (0)