privatebin : suppression restart=always, géré par systemd
This commit is contained in:
parent
ea52117641
commit
4221ba56ab
|
@ -20,7 +20,7 @@ podman volume create ${tmp_volume} &&
|
||||||
podman volume create ${varlibnginxtmp_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 ${run_volume}` &&
|
||||||
podman unshare chown -R 65534:82 `get_podman_volume_path ${varlibnginxtmp_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 \
|
-p ${listen_if}:${listen_port}:8080 \
|
||||||
-v ${run_volume}:/run:Z \
|
-v ${run_volume}:/run:Z \
|
||||||
-v ${tmp_volume}:/tmp:Z \
|
-v ${tmp_volume}:/tmp:Z \
|
||||||
|
|
Loading…
Reference in a new issue