fix (service): go back to default network name

This commit is contained in:
thomasabishop 2025-03-30 18:59:17 +01:00
parent b4072b51ed
commit c7e85be505

View file

@ -48,7 +48,7 @@ services:
ports:
- "8000:3000"
networks:
- internal
- default
- web
restart: unless-stopped
@ -58,7 +58,6 @@ volumes:
loki_data:
networks:
internal:
name: grafana_internal
default:
web:
external: true