change guac port bind

This commit is contained in:
admin 2026-02-02 13:12:21 -07:00
parent 291788b97e
commit 4a2720fcbd

View file

@ -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"