mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Solved Database bugs
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user