mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
10 lines
153 B
YAML
10 lines
153 B
YAML
portainer:
|
|
image: cloudinovasi/portainer
|
|
command: -e http://<SWARM_HOST>:<SWARM_PORT>
|
|
|
|
nginx:
|
|
build: .
|
|
links:
|
|
- portainer
|
|
ports:
|
|
- 80:80
|