aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-08-10 18:15:23 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-08-10 18:15:23 +0000
commit3422a4aa9296d71a3899336f23c724c7909600ed (patch)
treeb9495eb441732d856db6d8d1c95b51a722140f02 /docker-compose.yml
parent24c772019f3fd9b9b39b60e7129555929b8869ef (diff)
downloadeda.gay-3422a4aa9296d71a3899336f23c724c7909600ed.tar.gz
eda.gay-3422a4aa9296d71a3899336f23c724c7909600ed.zip
Fixed issue with docker-compose, added to example config
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-xdocker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index c6762fc..d881761 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,6 +13,8 @@ services:
- "6969:6969"
networks:
- db-network
+ external_links:
+ - mariadb:mysql
networks:
db-network: