diff --git a/docker-compose.yaml b/docker-compose.yaml index 03b29b2..de7cadb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,4 +12,25 @@ services: - /var/run/docker.sock:/var/run/docker.sock restart: always #volumes: -# portainer_data: \ No newline at end of file +# 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 \ No newline at end of file