remove unneeded network config

This commit is contained in:
Germán Martín 2024-05-27 13:39:33 +02:00
parent f709b4753d
commit 759e8d6736

View file

@ -22,8 +22,6 @@ services:
init: true
volumes:
- ./db-data:/var/lib/mysql
networks:
- internal
env_file:
- .env.mariadb
restart: unless-stopped