cleanup
This commit is contained in:
parent
eed89c4d90
commit
49490a39c7
@ -1,4 +1,3 @@
|
|||||||
#version: "3"
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
command: --sslcert /certs/gmolab.net.crt --sslkey /certs/gmolab.net.key
|
command: --sslcert /certs/gmolab.net.crt --sslkey /certs/gmolab.net.key
|
||||||
@ -11,26 +10,3 @@ services:
|
|||||||
- /home/docker/portainer/data:/data
|
- /home/docker/portainer/data:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
#volumes:
|
|
||||||
# portainer_data:
|
|
||||||
|
|
||||||
# Ok VdG
|
|
||||||
#version: '3.8'
|
|
||||||
|
|
||||||
#services:
|
|
||||||
# portainer:
|
|
||||||
# #image: portainer/portainer-ce:latest
|
|
||||||
# image: portainer/portainer-ee:latest
|
|
||||||
# container_name: portainer
|
|
||||||
# restart: always
|
|
||||||
# ports:
|
|
||||||
# - "8089:9443"
|
|
||||||
# # "9443:9443"
|
|
||||||
# volumes:
|
|
||||||
# #- portainer_data:/data
|
|
||||||
# - /home/docker/portainer/data:/data
|
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
# environment:
|
|
||||||
# - TZ=Europe/Zurich # Remplacez par votre zone horaire
|
|
||||||
# #- EDGE=1 # Active les mises à jour Edge (facultatif)
|
|
||||||
# # - LICENSES: A tester
|
|
||||||
Loading…
x
Reference in New Issue
Block a user