Update docker-compose.yml to use port 4096 consistently
This commit is contained in:
parent
14ce2a8586
commit
22eb070bcc
@ -4,7 +4,7 @@ services:
|
||||
youtube-api:
|
||||
build: .
|
||||
ports:
|
||||
- "4097:4096"
|
||||
- "4096:4096"
|
||||
environment:
|
||||
- FLASK_ENV=production
|
||||
restart: unless-stopped
|
||||
Loading…
x
Reference in New Issue
Block a user