Rebuilt unifi vm on router.

This commit is contained in:
Tom Alexander 2024-07-06 14:07:04 -04:00
parent 930beb8642
commit a9d687448d
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 4 additions and 3 deletions

1
router/REFIND_SETUP Normal file
View File

@ -0,0 +1 @@
Get xfs driver from https://github.com/pbatard/EfiFs

View File

@ -1,4 +1,4 @@
# docker-compose up -d
# docker compose up -d
---
version: "2.1"
services:
@ -19,7 +19,7 @@ services:
- MONGO_TLS= #optional
- MONGO_AUTHSOURCE= #optional
volumes:
- /data/unifi:/config
- /home/talexander/unifi:/config
ports:
- 80:8080
- 443:8443
@ -37,6 +37,6 @@ services:
image: mongo:7.0.5
container_name: unifi-db
volumes:
- /data/mongodb:/data/db
- /home/talexander/mongodb:/data/db
- ./init_mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
restart: unless-stopped