|
|
@ -155,6 +155,8 @@ pct set $CTID -description "Access Portainer interface using the following URL.
|
|
|
|
|
|
|
|
|
|
|
|
http://<IP_ADDRESS>:9000"
|
|
|
|
http://<IP_ADDRESS>:9000"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bash ./autodev.sh $CTID
|
|
|
|
|
|
|
|
|
|
|
|
# Set container timezone to match host
|
|
|
|
# Set container timezone to match host
|
|
|
|
MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
|
|
|
|
MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
|
|
|
|
ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime
|
|
|
|
ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime
|
|
|
|