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