Comment on Is this safe to use?

sugar_in_your_tea@sh.itjust.works ⁨5⁩ ⁨days⁩ ago

It’s fine, it just grabs the network settings from the gluetun service.

Btw, your post is hard to read due to formatting. Surround the code block with triple backticks at the top and bottom like this:

``` code goes here ```

Example:

services:
  gluetun: # This config is for wireguard only tested with AirVPN
    image: qmcgaw/gluetun
    container_name: gluetun
    ...
    ports:
      - 8888:8112 # deluge web interface
      - 58846:58846 # deluge RPC
  deluge:
    image: linuxserver/deluge:latest
    container_name: deluge
    ...
    network_mode: service:gluetun

source
Sort:hotnewtop