Your project can be reached at https://umgebung1.ddev.site:8443 https://127.0.0.1:32773
However this url cannot be reached in the browser.

It only works if I stop the shorewall.
- Code: Select all
sudo systemctl stop shorewall.service
I have had already changed a thing in /etc/shorewall/shorewall.conf:
- Code: Select all
DOCKER=Yes
#DOCKER=No
I have seen that there is also a file /etc/shorewall6/shorewall6.conf.
Even if I add the "DOCKER=Yes" also here, then this has no effect.
I have added these lines to /etc/shorewall/policy:
- Code: Select all
fw loc ACCEPT
loc fw ACCEPT
This must allow a local access to the firewall.
I have added this zone into /etc/shorewall/zones:
- Code: Select all
loc local
I have added this line into /etc/shorewall/rules:
- Code: Select all
INCLUDE /etc/shorewall/rules.docker
I have generated the file etc/shorewall/rules.docker:
- Code: Select all
ACCEPT loc loc tcp 8080 - -
ACCEPT loc loc tcp 8443 - -
Then I have restarted the shorewall:
- Code: Select all
shorewall safe-restart
see the attached file for the output.
There seems to be a problem:
Determining Hosts in Zones...
WARNING: *** loc is an EMPTY ZONE *** /etc/shorewall/hosts (EOF)
What is needed to enable Docker when shorewall is running?
