diff --git a/Dockerfile b/Dockerfile index 55a4bad..cb3e44b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,8 @@ RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf && \ chmod +x /entrypoint.sh RUN systemctl disable pvestatd pvefw-logger corosync spiceproxy getty@tty1 postfix ssh.service pve-ha-lrm.service pve-ha-crm.service && \ - systemctl disable pve-firewall.service pvescheduler.service spiceproxy.service || echo ok + systemctl disable pve-firewall.service pvescheduler.service spiceproxy.service || echo ok && \ + systemctl enable rsyslog #use setup.sh to start proxmox service STOPSIGNAL SIGINT diff --git a/run.sh b/run.sh index 8f2cb72..6c7b6f7 100755 --- a/run.sh +++ b/run.sh @@ -1,8 +1,8 @@ #!/bin/bash # shell vars set here will be overridden by same shell vars set in $BASE_PATH/.shell-vars file BASE_PATH="/srv/pve" -#IMAGE="neomediatech/pve:latest" -IMAGE="pve" +IMAGE="neomediatech/pve:latest" +#IMAGE="pve" NAME="pve" VOLUMES="" # volumes set here will be added to volumes found in $BASE_PATH/.volumes file (if it exists) PORTS="-p 8006:8006"