From da3def10e5af062bbca8e72626a0a14d2c6431b7 Mon Sep 17 00:00:00 2001 From: gilles Date: Sat, 17 May 2025 12:12:51 +0200 Subject: [PATCH] Actualiser portainer.yaml --- portainer.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/portainer.yaml b/portainer.yaml index e69de29..9fa19b1 100644 --- a/portainer.yaml +++ b/portainer.yaml @@ -0,0 +1,19 @@ +--- +#version: '3.7' +services: + portainer: + image: portainer/portainer-ce:latest + restart: always + command: -H unix:///var/run/docker.sock + ports: + - 9000:9000 + volumes: + - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro + - /var/run/docker.sock:/var/run/docker.sock:ro + - ./dataportainer:/data + environment: + TZ: "Europe/Paris" + +volumes: + dataportainer: \ No newline at end of file