Search

You can find the results of your search below.

Docker Deluge Image / Service
31 Hits, Last modified:
usage===== I use 2 forms of vpn (virtual private network) on my home server. - VPN to gain remote secure... mpting to run openvpn. This setting allows docker networking to perform routing, which is required for vpn ... h more reliably in host mode ''%%docker run -it --network host --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The docker host network option also has problems the entire host network
Docker-Compose
15 Hits, Last modified:
compose docker-compose "docker compose" container network nftables iptables nft}} ======Docker-Compose=====... .docker.com/engine/install/|Docker Engine]] =====Networking===== By default Docker-Compose will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. ====Create and assign cus
Docker mailserver
8 Hits, Last modified:
' identified by 'PASSWORD';'' The Docker internal network is on 172. *php modules required do not seem to... 7.0.0.1 available to share. * Docker internal networking uses 172.16.0.0/12 (subnet mask 255.240.0.0), ... n=http://wiki2.dovecot.org/ After=local-fs.target network-online.target [Service] Type=simple ExecStart=/u... roundcubedb # links: # - roundcubedb networks: proxy: ports: - 9000:9000 v
Nextcloud Container
7 Hits, Last modified:
xtcloud/data/html/themes:/var/www/html/themes networks: - proxy environment: - MYSQL_PA... USER=nextcloud - MARIADB_AUTO_UPGRADE=1 networks: - proxy redis: image: redis:alpine restart: always networks: - proxy web: image: nginx res... x/nginx.conf:ro volumes_from: - app networks: - proxy volumes: nextcloud: db: ne
Reverse Proxy Server
7 Hits, Last modified:
nce my current specific installation. =====Proxy network to connect them all===== These containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line_numbers="true"]> cd... ortainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docke
Docker - DNS Server
3 Hits, Last modified:
====docker compose==== A key point is the docker network is in host mode. (The ports are opened directly o... the host and not routed from the docker internal network.) ++++docker-compose.yml| <code yaml>--- service... docker_store/bind9/.config/var/log:/var/log/' network_mode: host command: /bin/sh</code> ++++ ====