Update 'docker-compose.yaml'

This commit is contained in:
gilles 2024-11-12 13:35:43 +01:00
parent 6f5a9a0df0
commit eed89c4d90

View File

@ -13,3 +13,24 @@ services:
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