Giter Club home page Giter Club logo

Comments (4)

Matesaktesak avatar Matesaktesak commented on May 29, 2024 1

Thank you both, I've looked at the code and still couldn't see why it was not working. I tried using the double quotes and I tried looking at the env variables, nothing stood out. I eventually got it resolved by force-updating the container to the :latest-alpine version. So I figure it wasn't really Actuals fault, but a Docker/unRAID one - perhaps it caches the ENV? IDK... but it works (out of the blue) now!

from actual-server.

Matesaktesak avatar Matesaktesak commented on May 29, 2024

Here is my docker run command:

docker run
  -d
  --name='actual-server'
  --net='br0'
  --ip='192.168.201.226'
  -e TZ="Europe/Budapest"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="REDACTED"
  -e HOST_CONTAINERNAME="actual-server"
  -e 'ACTUAL_PORT'='80'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:80]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/xavier-hernandez/unraid-templates/master/resources/budget.png'
  -v '/mnt/user/appdata/actual-server/data':'/data':'rw' 'jlongster/actual-server:latest'

In the log it still outputs Listening on 0.0.0.0:5006

from actual-server.

MatissJanis avatar MatissJanis commented on May 29, 2024

(not a Docker expert)

Could it be because of the mixed single quotes?

Try this: -e ACTUAL_PORT="80"

from actual-server.

j-f1 avatar j-f1 commented on May 29, 2024

That might be the issue, if it sees the env variable as '80' instead of 80 it will fall back to the default port. If you add env on to the end of your docker run command you should see all of the env variables, maybe that will help?

from actual-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.