Solved Database bugs

This commit is contained in:
2025-07-13 22:30:41 +02:00
parent 294d402990
commit 6fbe550afe
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
version: "latest"
hostname: "svc-db-mariadb"
network: "<< defaults_applications[svc-db-mariadb].hostname >>"
port: 5432
port: 3306
volume: "<< defaults_applications[svc-db-mariadb].hostname >>_data"