diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index d527544..3b84de0 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -8,7 +8,7 @@ services: ports: - "9412:80" environment: - TZ: "Europe/Zurich" + TZ: Europe/Zurich volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /opt/tugtainer:/config \ No newline at end of file + - /var/run/docker.sock:/var/run/docker.sock:ro + - /opt/tugtainer/data:/data \ No newline at end of file