privatebin : suppression restart=always, géré par systemd

This commit is contained in:
Gitouche 2023-12-05 16:48:36 +01:00
parent ea52117641
commit 4221ba56ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ podman volume create ${tmp_volume} &&
podman volume create ${varlibnginxtmp_volume} &&
podman unshare chown -R 65534:82 `get_podman_volume_path ${run_volume}` &&
podman unshare chown -R 65534:82 `get_podman_volume_path ${varlibnginxtmp_volume}` &&
podman container run -d --read-only --restart=always --name ${container_name} \
podman container run -d --read-only --name ${container_name} \
-p ${listen_if}:${listen_port}:8080 \
-v ${run_volume}:/run:Z \
-v ${tmp_volume}:/tmp:Z \