Rebuilt unifi vm on router.
This commit is contained in:
parent
930beb8642
commit
a9d687448d
1
router/REFIND_SETUP
Normal file
1
router/REFIND_SETUP
Normal file
@ -0,0 +1 @@
|
|||||||
|
Get xfs driver from https://github.com/pbatard/EfiFs
|
@ -1,4 +1,4 @@
|
|||||||
# docker-compose up -d
|
# docker compose up -d
|
||||||
---
|
---
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
- MONGO_TLS= #optional
|
- MONGO_TLS= #optional
|
||||||
- MONGO_AUTHSOURCE= #optional
|
- MONGO_AUTHSOURCE= #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /data/unifi:/config
|
- /home/talexander/unifi:/config
|
||||||
ports:
|
ports:
|
||||||
- 80:8080
|
- 80:8080
|
||||||
- 443:8443
|
- 443:8443
|
||||||
@ -37,6 +37,6 @@ services:
|
|||||||
image: mongo:7.0.5
|
image: mongo:7.0.5
|
||||||
container_name: unifi-db
|
container_name: unifi-db
|
||||||
volumes:
|
volumes:
|
||||||
- /data/mongodb:/data/db
|
- /home/talexander/mongodb:/data/db
|
||||||
- ./init_mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
|
- ./init_mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user