websoft9 syslog

This commit is contained in:
qiaofeng1227 2023-10-17 15:30:43 +08:00
parent c16dd1e600
commit e6d7da91aa
3 changed files with 4 additions and 3 deletions

View file

@ -63,5 +63,5 @@ for ((i=0; i<$length; i++)); do
container=${containers[$i]}
section=${sections[$i]}
echo "$container:"
sudo docker exec -i websoft9-apphub apphub setconfig --section $section --key user_pwd --value ${passwords[$container]}
docker exec -i websoft9-apphub apphub setconfig --section $section --key user_pwd --value ${passwords[$container]}
done

View file

@ -9,7 +9,8 @@ ExecStart=/bin/bash /opt/websoft9/systemd/start_up.sh
Restart=on-failure
Type=simple
NotifyAccess=all
StandardError=syslog
StandardOutput=journal
StandardError=journal
User=root
Group=root

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc57",
"version": "0.8.26-rc58",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",