1
0
Fork 0

mariadb: fix wrong network

This commit is contained in:
Lukáš Kucharczyk 2023-03-28 13:11:13 +02:00
parent 272324f7d1
commit 6ee8abb175
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ services:
container_name: mariadb
image: linuxserver/mariadb
networks:
- mysql
- mariadb
- public
volumes:
- "${DOCKER_STORAGE_PATH}/mariadb:/config"