How to change mastercontainer variables with Quadlet (rootless podman systemd)? #5745
Answered
by
Extarys
PhysicsIsAwesome
asked this question in
Questions
-
Hey, I would like to change a few variables on an existing Nextcloud AIO with rootless Quadlet on Fedora server 40, specifically NEXTCLOUD_DATADIR and AIO_DISABLE_BACKUP_SECTION. Steps I took:
Does anyone know how to solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
Extarys
Dec 13, 2024
Replies: 1 comment
-
I believe you need to remove the container |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
szaimen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you need to remove the container
podman stop nextcloud-aio-mastercontainer && podman rm nextcloud-aio-mastercontainer
and then start the service again for the changes to apply.