Jump to content

Expert settings


Dont1982

Recommended Posts

Dont1982

I am having issues connecting outside of my network, and the stuff that i have found says i need the expert settings tab. how does one go about getting this tab. My router is a tenda ac1900. I am using open media vault 5 and docker with portainer. any help would greatly appreciatd. I am goig on vacation and want to have access to my server whilst I'm gone.  Thank you

Link to comment
Share on other sites

Dont1982

How have you configured the network on the docker container?

version: "2.1"
services:
  emby:
    image: linuxserver/emby
    container_name: emby
    environment:
      - PUID=1001
      - PGID=100
      - TZ=America/Louisville
      - UMASK_SET=022 #optional
    volumes:
      - /srv/dev-disk-by-label-Music/AppData/Emby:/config
      - /srv/dev-disk-by-label-TVShows/TV_Shows:/data/tvshows
      - /srv/dev-disk-by-label-Music/Music:/data/music
      - /srv/dev-disk-by-label-Movies/Movies:/data/movies
      
    ports:
      - 8096:8096
      - 8920:8920
    restart: unless-stopped
 
this is the stack in portainer. 
Link to comment
Share on other sites

Dont1982

I got it figured out. I had to reach out to the router vendor because i don't have an actual tab for port forwarding. They walked me through it and now it works great. Thanks

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...