File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 11version : " 3.8"
22
33services :
4- portainer :
5- image : portainer/portainer-ce:latest
6- container_name : portainer
7- ports :
8- - " ${PORTAINER_PORT}:9000"
9- volumes :
10- - /var/run/docker.sock:/var/run/docker.sock
11- - ./config/portainer:/data
12- restart : unless-stopped
13- networks :
14- - internal
15- healthcheck :
16- test : ["CMD-SHELL", "wget -qO- http://localhost:9000/api/status >/dev/null 2>&1 || exit 1"]
17- interval : 30s
18- timeout : 5s
19- retries : 10
4+ portainer :
5+ image : portainer/portainer-ce:latest
6+ container_name : portainer
7+ ports :
8+ - " ${PORTAINER_PORT}:9000"
9+ volumes :
10+ - /var/run/docker.sock:/var/run/docker.sock
11+ - ./config/portainer:/data
12+ restart : unless-stopped
13+ networks :
14+ - internal
15+ healthcheck :
16+ test : ["CMD-SHELL", "wget -qO- http://localhost:9000/api/status >/dev/null 2>&1 || exit 1"]
17+ interval : 30s
18+ timeout : 5s
19+ retries : 10
2020
21-
2221 traefik :
2322 image : traefik:v3.6.1
2423 container_name : traefik
@@ -57,3 +56,4 @@ networks:
5756 name : proxy
5857
5958
59+
You can’t perform that action at this time.
0 commit comments