Post Reply 
MinimServer 2 in Docker - best approach for persistent config?
30-12-2020, 20:41
Post: #4
RE: MinimServer 2 in Docker - best approach for persistent config?
Moving the data directory to a volume will not enable you to destroy and recreate a container (compose down/up) while preserving your previous license activation. To avoid "orphaned" license activations, you will need to deactivate the license before destroying the container and reactivate it in the new container. Alternatively, you can stop and start the container (compose stop/start) instead of destroying it.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: MinimServer 2 in Docker - best approach for persistent config? - simoncn - 30-12-2020 20:41

Forum Jump:


User(s) browsing this thread: 1 Guest(s)