chore: add internal_ip env var

This commit is contained in:
2022-11-20 22:06:40 +01:00
parent 5dae122f53
commit cc21062d48

View File

@@ -4,7 +4,7 @@ services:
image: mariadb:latest
restart: unless-stopped
ports:
- 3306:3306
- ${INTERNAL_IP}:3306:3306
env_file:
- .env
- .env.production