Compare commits

..

No commits in common. "master" and "v0.3.1" have entirely different histories.

View file

@ -10,7 +10,7 @@ services:
# a release can carry a one-way database migration, so upgrading is # a release can carry a one-way database migration, so upgrading is
# something you do deliberately (`git pull`), not something a restart does # something you do deliberately (`git pull`), not something a restart does
# to you. # to you.
image: forge.narog.fr/eve-assistant/app:0.4.0 image: forge.narog.fr/eve-assistant/app:0.3.1
restart: unless-stopped restart: unless-stopped
ports: ports:
# Host port from .env, so a port clash does not force you to edit this # Host port from .env, so a port clash does not force you to edit this