mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-12 21:07:03 +02:00
added Config check for Timezone and Storages
modified Hostname with Service PREFIX "${service}.zmbrocks" fix "pct set -timezone" # timezone switch added in Version 6.3 https://github.com/bashclub/zamba-lxc-toolbox/issues/29 added Set "/root/summary" file from LXC-container as pct description modified updated Matrix Element Version
This commit is contained in:
@ -34,7 +34,7 @@ LXC_MEM="1024"
|
||||
LXC_SWAP="1024"
|
||||
|
||||
# Defines the hostname of your LXC container
|
||||
LXC_HOSTNAME="zamba"
|
||||
LXC_HOSTNAME="${service}.zmbrocks"
|
||||
|
||||
# Defines the domain name / search domain of your LXC container
|
||||
LXC_DOMAIN="zmb.rocks"
|
||||
|
Reference in New Issue
Block a user