Update docker-compose.yml
All checks were successful
Build and push image / Build (push) Successful in 42s

This commit is contained in:
Jack 2023-09-28 09:20:32 +01:00
parent 4d94fbf54f
commit 5a512d0b61

View File

@ -5,11 +5,12 @@ services:
container_name : accweb-server
restart: unless-stopped
ports:
- 8080:8080
- 8404:8404
- 9650-9659:9650-9659/udp
- 9660-9669:9660-9669/tcp
volumes:
# - accweb:/accweb
# - acccerts:/sslcerts
- ./accserver:/accserver
- ./acc-web:/accweb
# - ./accserver:/accserver
environment:
ACCWEB_HOST: 0.0.0.0:8080
ACCWEB_ENABLE_TLS: "false"