diff --git a/beeper/etc/containers/systemd/dind/dind.container b/beeper/etc/containers/systemd/dind/dind.container index 228a642..a7dabfb 100644 --- a/beeper/etc/containers/systemd/dind/dind.container +++ b/beeper/etc/containers/systemd/dind/dind.container @@ -13,7 +13,7 @@ HealthInterval=5s HealthTimeout=3s HealthRetries=5 User=podman -Volume=dind.volume:/home/podman/.local/share/containers:Z +Volume=/var/containers/dind/data:/home/podman/.local/share/containers:Z Volume=/var/run/dind:/var/run/1000:z Exec=sh -c "podman system service --time=0 unix:///var/run/1000/docker.sock & PID=$!; while [ ! -S /var/run/1000/docker.sock ]; do sleep 0.1; kill -0 $PID 2>/dev/null || exit 1; done && chmod 0666 /var/run/1000/docker.sock && wait $PID" diff --git a/beeper/etc/containers/systemd/dind/dind.volume b/beeper/etc/containers/systemd/dind/dind.volume deleted file mode 100644 index 610a756..0000000 --- a/beeper/etc/containers/systemd/dind/dind.volume +++ /dev/null @@ -1,2 +0,0 @@ -[Volume] -VolumeName=dind diff --git a/beeper/etc/containers/systemd/i2pd/i2pd.container b/beeper/etc/containers/systemd/i2pd/i2pd.container index 2f1c88f..8194f82 100644 --- a/beeper/etc/containers/systemd/i2pd/i2pd.container +++ b/beeper/etc/containers/systemd/i2pd/i2pd.container @@ -6,7 +6,7 @@ Image=ghcr.io/purplei2p/i2pd:latest ContainerName=i2pd AutoUpdate=registry Network=host -Volume=i2pd.volume:/home/i2pd/data:Z,U +Volume=/var/containers/i2pd/data:/home/i2pd/data:Z,U [Service] Restart=always diff --git a/beeper/etc/containers/systemd/i2pd/i2pd.volume b/beeper/etc/containers/systemd/i2pd/i2pd.volume deleted file mode 100644 index 4fd6534..0000000 --- a/beeper/etc/containers/systemd/i2pd/i2pd.volume +++ /dev/null @@ -1 +0,0 @@ -[Volume] diff --git a/beeper/etc/containers/systemd/searxng/searxng.container b/beeper/etc/containers/systemd/searxng/searxng.container index afedd46..2f7395a 100644 --- a/beeper/etc/containers/systemd/searxng/searxng.container +++ b/beeper/etc/containers/systemd/searxng/searxng.container @@ -10,7 +10,7 @@ AutoUpdate=registry PublishPort=127.0.0.1:48898:8080 Network=searxng.network Volume=/var/containers/searxng/config:/etc/searxng:ro,Z -Volume=searxng.volume:/var/cache/searxng +Volume=/var/containers/searxng/cache:/var/cache/searxng [Service] Restart=always diff --git a/beeper/etc/containers/systemd/searxng/searxng.volume b/beeper/etc/containers/systemd/searxng/searxng.volume deleted file mode 100644 index 99b410b..0000000 --- a/beeper/etc/containers/systemd/searxng/searxng.volume +++ /dev/null @@ -1,2 +0,0 @@ -[Volume] -VolumeName=searxng