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
|
container_name : accweb-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8404:8404
|
||||||
|
- 9650-9659:9650-9659/udp
|
||||||
|
- 9660-9669:9660-9669/tcp
|
||||||
volumes:
|
volumes:
|
||||||
# - accweb:/accweb
|
- ./acc-web:/accweb
|
||||||
# - acccerts:/sslcerts
|
# - ./accserver:/accserver
|
||||||
- ./accserver:/accserver
|
|
||||||
environment:
|
environment:
|
||||||
ACCWEB_HOST: 0.0.0.0:8080
|
ACCWEB_HOST: 0.0.0.0:8080
|
||||||
ACCWEB_ENABLE_TLS: "false"
|
ACCWEB_ENABLE_TLS: "false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user