1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

Added docker-compose config for nginx-basic-auth.

This commit is contained in:
Kevan Ahlquist 2015-12-17 01:31:07 -06:00
parent c3f22fe989
commit 5947e262fc
5 changed files with 36 additions and 4 deletions

View file

@ -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