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:
parent
c3f22fe989
commit
5947e262fc
5 changed files with 36 additions and 4 deletions
12
examples/nginx-basic-auth/docker-compose.yml
Normal file
12
examples/nginx-basic-auth/docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue