Update docker-compose.yml
All checks were successful
Build and push image / Build (push) Successful in 42s
All checks were successful
Build and push image / Build (push) Successful in 42s
This commit is contained in:
parent
4d94fbf54f
commit
5a512d0b61
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user