Closed broomwalker closed 1 year ago
@broomwalker I'm not sure where all the special characters came from but try something like this:
version: '2'
services:
quakejs:
container_name: quakejs
environment:
- HTTP_PORT=8080
ports:
- '8080:80'
- '27960:27960'
image: 'treyyoder/quakejs:latest'
Hi, I managed to get it working, however I'm stuck on the JS logo when connecting from other PC's on the network.
version: '2'
services:
quakejs:
container_name: quakejs
environment:
- HTTP_PORT=8080
ports:
- 1080:80
- 27960:27960
image: treyyoder/quakejs:latest
Closing stale issue.
Loads of errors with the below. Not sure how to troubleshoot
Docker-compose: