mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
proxmox: lxc setup fixes
This commit is contained in:
@@ -165,4 +165,4 @@ services:
|
||||
- ${SCRYPTED_DNS_SERVER_0:-1.1.1.1}
|
||||
- ${SCRYPTED_DNS_SERVER_1:-8.8.8.8}
|
||||
# LXC usage only
|
||||
# profiles: ["disabled"]
|
||||
# lxc profiles: ["disabled"]
|
||||
|
||||
@@ -94,9 +94,6 @@ else
|
||||
# never restart, systemd will handle it
|
||||
sed -i 's/restart: unless-stopped/restart: no/g' $DOCKER_COMPOSE_YML
|
||||
|
||||
# uncomment disabled profiles line
|
||||
sed -i 's/# profiles: \["disabled"\]/profiles: ["disabled"]/g' $DOCKER_COMPOSE_YML
|
||||
|
||||
sudo systemctl stop apparmor || true
|
||||
sudo apt -y purge apparmor || true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user