Update 'docker-compose.yaml'
This commit is contained in:
parent
6f5a9a0df0
commit
eed89c4d90
@ -12,4 +12,25 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: always
|
restart: always
|
||||||
#volumes:
|
#volumes:
|
||||||
# portainer_data:
|
# 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