Skip to content

Commit

Permalink
Support live port in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jan 7, 2021
1 parent c0605e6 commit a461418
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions support/docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ services:
ipv4_address: 172.18.0.42
env_file:
- .env
# If you provide your own webserver and reverse-proxy, otherwise not suitable for production:
#ports:
# - "80:9000" # serving HTTP

ports:
- "1935:1935" # If you don't want to use the live feature, you can comment this line
# - "9000:9000" # If you provide your own webserver and reverse-proxy, otherwise not suitable for production
volumes:
- assets:/app/client/dist
- ./docker-volume/data:/data
Expand Down

0 comments on commit a461418

Please sign in to comment.