LinkAce with Caddy on Arch Linux ARM #924
-
Hi all. I'm trying to get LinkAce going on my Raspberry Pi 500 running Arch Linux ARM, and I'm having some trouble. I'm hoping someone can help.
My Docker-Compose file looks like:
I've defined all relevant variables in my .env file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, please add |
Beta Was this translation helpful? Give feedback.
-
I put APP_DEBUG=true in my .env file and restarted the containers. This is what I see now:
|
Beta Was this translation helpful? Give feedback.
I just tried setting APP_ENV=development and generating the app key with docker exec linkace php artisan key:generate, and that seems to have fixed things. It's now running correctly.