mirror of
https://github.com/netbirdio/netbird.git
synced 2025-04-13 22:18:44 +02:00
fix: docker-compose management config
This commit is contained in:
parent
b17424d630
commit
4485124b67
@ -17,7 +17,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- wiretrustee-mgmt:/var/lib/wiretrustee
|
- wiretrustee-mgmt:/var/lib/wiretrustee
|
||||||
- ./config.json:/etc/wiretrustee/config.json
|
- ./config.json:/etc/wiretrustee/management.json
|
||||||
ports:
|
ports:
|
||||||
- 33073:33073
|
- 33073:33073
|
||||||
# # port and command for Let's Encrypt validation
|
# # port and command for Let's Encrypt validation
|
||||||
@ -35,4 +35,4 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
wiretrustee-mgmt:
|
wiretrustee-mgmt:
|
||||||
wiretrustee-signal:
|
wiretrustee-signal:
|
||||||
|
Loading…
Reference in New Issue
Block a user