Update docker-compose.yml

This commit is contained in:
gru
2025-09-22 08:59:35 +02:00
parent 8249994b92
commit 7d1a00ea3f

View File

@@ -18,4 +18,9 @@ services:
start_period: 10s start_period: 10s
volumes: volumes:
- .:/app - .:/app
restart: unless-stopped restart: unless-stopped
networks: [intranet]
networks:
intranet:
external: true