FIX: Replaced second compose.env :D

This commit is contained in:
2025-08-27 19:54:49 +02:00
parent 81d68696cf
commit 8381ff9485

View File

@@ -59,7 +59,8 @@ services:
labels: labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped restart: unless-stopped
env_file: ./compose.env env_file:
- .env
volumes: volumes:
## Mount external docker socket ## Mount external docker socket
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock