Initial commit.
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx_with_auth
|
||||
ports:
|
||||
- "50080:80"
|
||||
volumes:
|
||||
- ./secret-file.txt:/app/secret-file.txt:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./.htpasswd:/etc/nginx/.htpasswd:ro
|
||||
Reference in New Issue
Block a user