chore: add internal_ip env var
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- ${INTERNAL_IP}:3306:3306
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
- .env.production
|
- .env.production
|
||||||
|
|||||||
Reference in New Issue
Block a user