I've installed Akaunting using Docker. But when accessing through my domain it is throwing 502 Bad Gateway.
I am using Nginx Proxy Manager, added http://akaunting:7004 as proxy host. Domain is having a SSL certificate.
I am able to open http://[SERVER_IP]:7004 but it is stating 404 on every page. Maybe that's because of APP_URL set in environment variable?
I've modified docker-compose.yml file a bit for local networking and custom port:
Looks like app was able to create the user successfully. Container logs:
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
Setting locale en-US
Creating database tables
Connecting to database akaunting_db@akaunting-db:3306
Creating company
Creating admin
Applying the final touches
I've installed Akaunting using Docker. But when accessing through my domain it is throwing
502 Bad Gateway
. I am usingNginx Proxy Manager
, addedhttp://akaunting:7004
as proxy host. Domain is having a SSL certificate.I am able to open
http://[SERVER_IP]:7004
but it is stating 404 on every page. Maybe that's because ofAPP_URL
set in environment variable?I've modified
docker-compose.yml
file a bit for local networking and custom port:Looks like app was able to create the user successfully. Container logs:
Is there any issue with my setup?