[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-11-25 19:03:38 +01:00
parent 9b1204ce04
commit dd37a0685d

View file

@ -57,7 +57,7 @@ services:
container_name: homepage container_name: homepage
restart: always restart: always
ports: ports:
- 10.200.200.254:3000:3000 - 10.200.200.254:8000:3000
volumes: volumes:
- /app-config/homepage/:/app/config # Make sure your local config directory exists - /app-config/homepage/:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods