Florian Bussmann

Results 12 comments of Florian Bussmann

@NiBa97 only got this to work by mapping port 80 to 80, the rest of your configuration can stay as-is ``` ports: - "80:80" - "8887:8000" - "8889:9000" ```

> I need to rely on a reverse proxy (npm), so port 80 is not available. Isn't possible to assign a different port? @NiBa97 I think I found the issue,...