Migrate Unifi to Stacks

This commit is contained in:
Joey Hafner 2024-10-08 11:54:29 -07:00
parent 408db83e00
commit 42bb35eae1
No known key found for this signature in database
3 changed files with 5 additions and 7 deletions

View File

@ -1,4 +0,0 @@
PUID=1000
PGID=1000
MEM_LIMIT=1024M
MEM_STARTUP=1024M

View File

@ -5,9 +5,11 @@ services:
restart: "no"
networks:
- web
env_file:
- path: ./unifi_controller.env
required: true
environment:
PUID: "1000"
PGID: "1000"
MEM_LIMIT: "1024M"
MEM_STARTUP: "1024M"
volumes:
- ${DOCKER_DATA}/config:/config
ports: