Workflow update

main
technorabilia 1 year ago
parent 3c3ce48d35
commit d3dc0f4383

@ -15,9 +15,9 @@ services:
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
# Optionally change the Java memory limit. Set to `default` to reset to default
# Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default
- MEM_LIMIT=1024 # optional
# Optionally change the Java initial/minimum memory. Set to `default` to reset to default
# Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default
- MEM_STARTUP=1024 # optional
volumes:
# All Unifi data stored here

@ -8,8 +8,8 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e MEM_LIMIT=1024 `# optional` `# Optionally change the Java memory limit. Set to `default` to reset to default` \
-e MEM_STARTUP=1024 `# optional` `# Optionally change the Java initial/minimum memory. Set to `default` to reset to default` \
-e MEM_LIMIT=1024 `# optional` `# Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default` \
-e MEM_STARTUP=1024 `# optional` `# Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default` \
-p 8443:8443 `# Unifi web admin port` \
-p 3478:3478/udp `# Unifi STUN port` \
-p 10001:10001/udp `# Required for AP discovery` \

Loading…
Cancel
Save