You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No error, but I think we should edit the Dockerbuild to not force port 5006, or allow an environment variable for when you are not using "bridge" network within docker.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered:
Can't test this as my docker instalation in armv6 is busted, but from your docker compose file, you're missing port environment variables https://actualbudget.org/docs/config/#port
I don't think this is a problem. You need to set the ACTUAL_PORT environment variable to change the port Actual binds to. Then you can map that port to any port you want outside of the container.
Can't test this as my docker instalation in armv6 is busted, but from your docker compose file, you're missing port environment variables https://actualbudget.org/docs/config/#port
Correct, by using the ACTUAL_PORT fixed the docker compose issue.
Verified issue does not already exist?
What happened?
Hello,
If I give my Actual docker its own IP address, the docker forces me to use port 5006, instead of 443 or 80.
Example:
What error did you receive?
No error, but I think we should edit the Dockerbuild to not force port 5006, or allow an environment variable for when you are not using "bridge" network within docker.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered: