start-firefly: Fix volume mount point
parent
b67ec4d0d9
commit
c3c866fb8f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue