#I am using the default docker compose written in t...

1 messages · Page 1 of 1 (latest)

south dirgeBOT
#

Hey @fringe junco, we've moved your question here. In future, please ask questions in one of the help channels as per the server rules.

Your original message was:
I am using the default docker compose written in the docs, why does it take so long for changes in the visual appearance to take effect? Like 5 minutes and I do not understand what is triggering it. I am hard refreshing it non stop and than randomly the changes take effect.

If there was additional context, @bright cedar will add it here for you. Your original post has been deleted.

#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please make sure your question includes the following:

  • An explanation of exactly what you're trying to achieve.
  • Any and all related code or previous attempts.
  • The exact issue or error you are facing.
  • Any screenshots if applicable.

When you're done with this thread, please close it.

(If you have a support agreement and need help, please contact the core team via email.)

bright cedar
#

Do you have cache enabled?

tawdry tulip
bright cedar
tawdry tulip
#

Oh. I assume you mean CACHE_AUTO_PURGE. Thanks for the tip

bright cedar
#

Yes that is the variable

fringe junco
bright cedar
fringe junco
#

do i not need to add anything in the docker compose file ?

bright cedar
#

It’s an env var so either in your docker compose file under environment or your .env file if you have one

fringe junco
#

great I have one, thank you for your response !

#

so it would be wise to have it enabled while developing and disable it while in production, right ?