Added docker-compose config for nginx-basic-auth.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
dockerui:
|
||||
image: dockerui/dockerui
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
nginx:
|
||||
build: .
|
||||
links:
|
||||
- dockerui
|
||||
ports:
|
||||
- 80:80
|
||||
Reference in New Issue
Block a user