Skip to content

Commit dc96b6b

Browse files
committed
re-added unms
1 parent 86624dc commit dc96b6b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docker-compose.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ volumes:
44
pihole_config:
55
dnsmasq_config:
66
unifi-data:
7-
7+
unms-data:
88

99
services:
1010
pihole:
@@ -47,3 +47,11 @@ services:
4747
- "unifi-data:/unifi"
4848
restart: unless-stopped
4949

50+
unms:
51+
build: ./balena-ubnt/unms
52+
ports:
53+
- "4443:443"
54+
- "4080:80"
55+
volumes:
56+
- "unms-data:/config"
57+
restart: unless-stopped

0 commit comments

Comments
 (0)