1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00
portainer/examples/nginx-basic-auth/docker-compose.yml
2016-09-23 18:28:20 +12:00

10 lines
150 B
YAML

portainer:
image: portainer/portainer
command: -e http://<SWARM_HOST>:<SWARM_PORT>
nginx:
build: .
links:
- portainer
ports:
- 80:80