angristan / docker-pleroma

Docker image for the Pleroma federated social network
https://git.pleroma.social/pleroma/pleroma/
MIT License
348 stars 75 forks source link

Add config-override.exs to .gitignore and ignore build cache #72

Open th0mcat opened 1 year ago

th0mcat commented 1 year ago

Right now, new repo pulls will overwrite ./config-override.exs, so adding a .gitignore file and adding config-override.exs to that file will keep local changes.

I was also unable to update/pull a new Pleroma container without the --no-cache arguement, so adding that to the update instructions.