change guac port bind
This commit is contained in:
parent
291788b97e
commit
4a2720fcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8081:8080
|
||||||
cpus: 2.0
|
cpus: 2.0
|
||||||
mem_limit: "3072m" # 3 GB
|
mem_limit: "3072m" # 3 GB
|
||||||
mem_reservation: "1024m"
|
mem_reservation: "1024m"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue