Workflow update

pull/2/head
technorabilia 3 years ago
parent acfe648da0
commit 5760616d19

@ -15,6 +15,8 @@ services:
- PGID=${PGID:-100}
# Optionally change the Java memory limit (-Xmx) (default is 1024M).
- MEM_LIMIT=1024M # optional
# Optionally change the Java initial memory (-Xms) (default is 1024M).
- MEM_STARTUP=1024M # optional
volumes:
# All Unifi data stored here
- ${BASEDIR:-/volume1/docker}/unifi-controller/config:/config

@ -8,6 +8,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e MEM_LIMIT=1024M `# optional` `# Optionally change the Java memory limit (-Xmx) (default is 1024M).` \
-e MEM_STARTUP=1024M `# optional` `# Optionally change the Java initial memory (-Xms) (default is 1024M).` \
-p 3478:3478/udp `# Unifi STUN port` \
-p 10001:10001/udp `# Required for AP discovery` \
-p 8080:8080 `# Required for device communication` \

Loading…
Cancel
Save