Skip to content

Commit 99ebd2e

Browse files
authored
Add the DB_PORT environmental variable to the example Docker Compose config (pterodactyl#3796)
1 parent 7d0d71b commit 99ebd2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.example.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ services:
7070
QUEUE_DRIVER: "redis"
7171
REDIS_HOST: "cache"
7272
DB_HOST: "database"
73+
DB_PORT: "3306"
7374
networks:
7475
default:
7576
ipam:

0 commit comments

Comments
 (0)