From a461418320995943b2ac4066e8ef496946e70cd0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Jan 2021 11:18:47 +0100 Subject: Support live port in docker compose --- support/docker/production/docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'support/docker') diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index e23f31c39..658833700 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml @@ -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 -- cgit v1.2.3