start-firefly: Fix volume mount point

bugfix/ci-buildah
Dustin 2025-03-11 07:46:52 -05:00
parent b67ec4d0d9
commit c3c866fb8f
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ podman run \
-d \ -d \
--name firefly-iii \ --name firefly-iii \
--env-file firefly.env \ --env-file firefly.env \
-v firefly-iii:/storage \ -v firefly-iii:/var/www/html/storage \
-p 8080:8080 \ -p 8080:8080 \
docker.io/fireflyiii/core docker.io/fireflyiii/core