ITLab-CC / Docker-Collection

This is a summary of many Docker setups.
13 stars 5 forks source link

Fireflyiii doesnt work out of the box #28

Closed Calkstein closed 1 year ago

Calkstein commented 1 year ago

Container start but got a 404 - Page not found. If i add by the fireflyiii ports ''' ports:

JulianKropp commented 1 year ago

It takes about 3min to start.

Have u replaced this in the .env with your domain, mail and secret?:

DOMAIN=example.com

#...

# This should be your email address.
# If you use Docker or similar, you can set this variable from a file by using SITE_OWNER_FILE
SITE_OWNER=mail@example.com

# The encryption key for your sessions. Keep this very secure.
# Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it.
# If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE
#
# Avoid the "#" character in your APP_KEY, it may break things.
#
APP_KEY="t3ggW92EqAxoSu!$Hrnk*ZUq*rNGPH*$"
Calkstein commented 1 year ago

Problem self fixed after one week