Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
Posts
2
Comments
129
Joined
2 yr. ago

  • the option to have two instances is nice for maintenance stuff, e.g.

    • you broke your instance and want to migrate to a fresh one
    • you want to try out a new workflow/plugin/fork/version without committing to it

    another benifit of containers:

    • you can do desaster recovery on a single service without affect the other services on the same machine
    • handling incompatable lib-versions becomes trivial. (e.g. two different php versions on the same machine is usually a pain).