rego-tunnel: add configurable hostshare dir
This commit is contained in:
@@ -24,10 +24,11 @@ services:
|
||||
- VM_MAC=${VM_MAC:-52:54:00:12:34:56}
|
||||
- DNS_SERVERS=${DNS_SERVERS:-1.1.1.1,8.8.8.8}
|
||||
- LEASE_TIME=${LEASE_TIME:-12h}
|
||||
- HOSTSHARE_DIR=${HOSTSHARE_DIR:-${APP_DATA_DIR}}
|
||||
volumes:
|
||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2:/vm/linux-vm.qcow2
|
||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/shared:/shared
|
||||
- ${APP_DATA_DIR}:/hostshare
|
||||
- ${HOSTSHARE_DIR:-${APP_DATA_DIR}}:/hostshare
|
||||
networks:
|
||||
- tipi_main_network
|
||||
sysctls:
|
||||
|
||||
Reference in New Issue
Block a user