mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
5 lines
198 B
Bash
5 lines
198 B
Bash
|
export APP_NEXTCLOUD_PORT="8081"
|
||
|
export APP_NEXTCLOUD_IP="10.21.21.32"
|
||
|
export APP_NEXTCLOUD_DB_IP="10.21.21.33"
|
||
|
export APP_NEXTCLOUD_REDIS_IP="10.21.21.34"
|
||
|
export APP_NEXTCLOUD_CRON_IP="10.21.21.35"
|