diff --git a/template/docker-compose.nginx.yml b/template/docker-compose.nginx.yml index 8212bb3..1fe4915 100644 --- a/template/docker-compose.nginx.yml +++ b/template/docker-compose.nginx.yml @@ -39,7 +39,9 @@ services: image: nginx:mainline-alpine restart: unless-stopped ports: - - "8080:80" + - "FRONTEND_PORT:FRONTEND_PORT" + - "BACKEND_PORT:BACKEND_PORT" + - "PROXY_PORT:PROXY_PORT" volumes: - ./config/nginx.conf:/etc/nginx/nginx.conf:ro - ./config/pipedapi.conf:/etc/nginx/conf.d/pipedapi.conf:ro