Skip to content

Commit 6252cbb

Browse files
committed
[UPDATE] added DB_BIND_PORT_2 environ
1 parent 633b9a2 commit 6252cbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
image: mysql:8.0-debian
1616
ports:
1717
- "${DB_BIND_PORT}:3306"
18-
- "33060:33060"
18+
- "${DB_BIND_PORT_2}:33060"
1919
networks:
2020
- relohub
2121
volumes:

sample.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DB_NAME=
1010
DB_USER=
1111
DB_PASS=
1212
DB_BIND_PORT=
13+
DB_BIND_PORT_2=
1314

1415
FLOWER_USERNAME=
1516
FLOWER_PASSWORD=

0 commit comments

Comments
 (0)