Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

Why does traefik only work if containers are placed into the network traefik_default?

I've inherited some Docker host being used as reverse proxy for a public HTTPS entry-point, so that multiple different webapps can be hosted underneath the same HTTPS entry-point. https://foo.example....
Thorsten Schöning's user avatar
0 votes
1 answer
133 views

Use NGINX to serve as both webhost + direct subdomain request to dockerserver:port

First, I struggled hard with the title. I've been trying back and forth, googling like mad and the resources I find are most likely way to complicated for me. But I find it so unbelievable that it's ...
Plankt0n's user avatar
0 votes
0 answers
231 views

Redirecting specific IP and Port to a Docker container on Windows: need guidance

Goal is to provide more than one VPN connection from one computer and redirect traffic. I'm currently trying to do this via Docker desktop. I created a dockerfile. FROM ubuntu:latest RUN apt-get ...
Anıl's user avatar
  • 1
0 votes
0 answers
124 views

In Docker, how to integrate WebSocket into LAMP Service with an intermediary reverse proxy?

Good morning friends, I have the following docker-compose.yml file with which I install a reverse proxy and a LAMP stack with the phpmyadmin service. Note: I have practically created it from scratch ...
Francisco IA Lover's user avatar
0 votes
0 answers
288 views

Apache ProxyPassReverse not forwarding location response

I am trying to forward a subdirectory to a docker setup using Apache proxy and reverseproxy using Apache on a Linux server Here is the example <Location /foo/> RewriteEngine On ...
electricjelly's user avatar
0 votes
1 answer
680 views

Apache reverse proxy reroute URL to docker container in local network

I started slowly pulling my hair out. I cannot believe such a simple thing causes me this much headache. What I'm basically trying to achieve is to make http://maris-minipc/portainer to point to http:/...
Jumpman's user avatar
  • 113
0 votes
2 answers
423 views

Nginx-proxy seems to ignore server context

Premise In the past days I setup a home server running Mastodon with Docker. I already have a Nextcloud instance running on a Raspberry so now I'm trying to make both available thru dedicated ...
Gianluca's user avatar
0 votes
1 answer
293 views

Logging network traffic of a specific app in Linux inside docker, stopping it from reaching the internet and spoofing responses

I have an app (Google's Android Emulator running via QEMU) running on Ubuntu inside a docker instance. I want to: Capture all network traffic (packets) comming from a VM running inside QEMU. Prevent ...
Dex's user avatar
  • 11
0 votes
1 answer
272 views

Enabling a diverter in fakenet-ng on Ubuntu Linux disables all network traffic

I am trying to capture network traffic from within a docker container running Ubuntu. I am using Flare's Fakenet-ng for this, as I didn't find any better tool suited for the job (capturing network ...
Dex's user avatar
  • 11
1 vote
0 answers
183 views

Forward some traffic through docker image?

My VPN runs in a docker container. I recently switched to Mac, which made this problematic, since docker for Mac does not support --network host. I now have to run all my VPN needs in docker ...
user93114's user avatar
0 votes
0 answers
523 views

Docker Desktop not working with local CNTLM proxy

I'm, having trouble to set up my local dev environment. I want to use Docker Desktop in my Windows 10 machine behind a local CNTLM proxy. My CNTLM Proxy works. This is the output after I start my ...
Sebastian Sommerfeld's user avatar
1 vote
1 answer
4k views

Nginx Proxy Manager: Can you use single IP address (no hostname) and different ports or paths to forward to different docker container applications?

I do not have any hostnames like something.com to use. I only have the IP address of my server for access. Is there a way to configure Nginx Proxy Manager so when you request http://<ip_address>:...
jag959's user avatar
  • 11
4 votes
1 answer
5k views

Multihop (nested) WireGuard configuration

I need to configure 2 different wireguard VPN networks on the same client machine and nest them so that when I make a request it passes through VPN_1 then VPN_2 and then reaches the destination ...
parkee's user avatar
  • 43
1 vote
1 answer
154 views

Squid running on docker not enforcing time acl in configuration

I have a squid running in docker, which is not enforcing the time ACLs that are defined in the configuration. I'me using https://hub.docker.com/r/ubuntu/squid running on arm This is my configuration ...
BANJOSA's user avatar
  • 193
2 votes
1 answer
212 views

What is the difference between the proxy settings in config.json and on the UI in docker?

Docker seems to have two places to specify the proxy settings. One is ~/.docker/config.json, with the "proxies" key. The other can be reached via the docker desktop "Resources -> ...
Stefano Borini's user avatar

15 30 50 per page