Skip to content

Commit 6115c0d

Browse files
committed
fix: forward ports
1 parent f200a6c commit 6115c0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ services:
1515
build:
1616
context: .
1717
restart: always
18-
# network_mode: host
18+
ports:
19+
- ${SERVER_PORT}:${SERVER_PORT}
1920
volumes:
2021
- ~/data/logs:/AudioBridge/data/logs
2122
env_file:

0 commit comments

Comments
 (0)