mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix db address error
This commit is contained in:
+3
-3
@@ -17,9 +17,9 @@ services:
|
||||
env_file: .env
|
||||
working_dir: /app
|
||||
depends_on:
|
||||
- database
|
||||
- mysql
|
||||
links:
|
||||
- database
|
||||
- mysql
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
|
||||
|
||||
# database
|
||||
database:
|
||||
mysql:
|
||||
build:
|
||||
context: ./docker/mysql
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user