Update docker-compose.yml

This commit is contained in:
gru
2025-09-22 09:00:27 +02:00
parent 7898522a15
commit 2b18b371e6

View File

@@ -20,3 +20,8 @@ services:
- .:/app - .:/app
- ./instance:/app/instance - ./instance:/app/instance
restart: unless-stopped restart: unless-stopped
networks: [intranet]
networks:
intranet:
external: true