Skip to content

Windscribe Static IP with Port Forward #1499

Answered by bnhf
ShieldsPC asked this question in Q&A
Discussion options

You must be logged in to vote

@ShieldsPC

If you're using separate stacks for your other containers, you should structure them to only use Gluetun to get the Internet. Here's an example of how it would be done with a Firefox container (something I like to use for testing). It may be possible to do it through the Portainer network tab, but this way there are no extra steps:

version: '3.7'
services:
  firefox:
    image: lscr.io/linuxserver/firefox:latest
    container_name: firefox
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=US/Mountain
    volumes:
      - /data/firefox:/config
    shm_size: '1gb'
    network_mode: 'container:gluetun'

All of your Gluetun dependent containers can also be put in the s…

Replies: 5 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@ShieldsPC
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ShieldsPC
Comment options

Answer selected by ShieldsPC
Comment options

You must be logged in to vote
7 replies
@jordantrizz
Comment options

@bnhf
Comment options

@jordantrizz
Comment options

@MrInterBugs
Comment options

@MomentusCritisae
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants