• 12 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle








  • You can simply replace the -p 192.168.1.2:5314:5314 with -p 5314:5314.
    No need to specify the IP unless your device has multiple (active) network interface and you want to specify which one to use.

    You are then able to access by going to localhost:5314.

    Additionally, you can skip the docker pull step, when the image is missing the second command will lead to it being pulled automatically.
    You should however use it if you want to pull in a newer version of the image.