Release 0.4.0

This commit is contained in:
Simon 2026-09-14 10:18:46 +02:00
parent 88ba40081b
commit 5500dd55ce

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.3.1 image: forge.narog.fr/eve-assistant/app:0.4.0
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