-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't initialize iptables table 'filter' #27
Comments
Changed the code a bit, seems working now:
|
Oh, great!
…Sent from my iPhone
On 3 Jan 2022, at 15:26, Serge ***@***.***> wrote:
Changed the code a bit, seems working now:
version: '3.3'
services:
freepbx:
image: flaviostutz/freepbx
ports:
- 8092:80
- 5060:5060/udp
- 5160:5160/udp
- 3306:3306
- 18000-18100:18000-18100/udp
environment:
- ADMIN_PASSWORD=admin123
volumes:
- backup:/backup
- recordings:/var/spool/asterisk/monitor
cap_add:
- NET_ADMIN
volumes:
backup:
recordings:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
disabling fail2bin in compose file works, looks like it is default tru
|
You need to run the container with privileged true so it has access to ip tables kernel operations from the hosting OS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using the following docker-compose.yaml:
I have the following logs:
I have not configured the network in any way or applied netplan.
The text was updated successfully, but these errors were encountered: