wordpress : chmod inutile (container mysql lance en root met les bons droits sur le volume)
This commit is contained in:
parent
4de1394e9a
commit
212307a5e5
|
@ -18,7 +18,6 @@ for volume in ${dbvolume} ${wpvolume}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
podman volume create ${wpvolume} && \
|
podman volume create ${wpvolume} && \
|
||||||
podman volume create ${dbvolume} && \
|
podman volume create ${dbvolume}
|
||||||
podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}`
|
|
||||||
|
|
||||||
${ABSDIR}/10_install.sh
|
${ABSDIR}/10_install.sh
|
||||||
|
|
Loading…
Reference in a new issue