Closed StarGate88 closed 1 year ago
You need to edit the config.yml to use an address other than 172.18.0.1
. This has been covered many times
This is the section you want to edit.
docker:
network:
interfaces:
v4:
subnet: 172.18.0.0/16
gateway: 172.18.0.1
I'm getting this same issue, only I have verified I am not using any other subnet and it is available. I have also tried adding a gateway with no luck
Although my issue doesn't say when i run the docker compose, it says it runs fine but in portainer it shows the issue in the logs
Well, ive tried multiple subnets and still get this error
@lologaby @treverehrfurth Did you find something, I have the same issue
`FATAL: [Sep 17 17:28:59.182] failed to configure docker environment error=Error response from daemon: invalid pool request: Pool overlaps with other one on this address space
Stacktrace: Error response from daemon: invalid pool request: Pool overlaps with other one on this address space`
@lologaby @treverehrfurth Did you find something, I have the same issue
`FATAL: [Sep 17 17:28:59.182] failed to configure docker environment error=Error response from daemon: invalid pool request: Pool overlaps with other one on this address space
Stacktrace: Error response from daemon: invalid pool request: Pool overlaps with other one on this address space`
I find something on discord
If you can't boot because of overlapping subnet to expand the config, then here's a boilerplate for you to edit Default wings network docker config template if you are having overlapping networks and can't generate it. Copy it into your config.yml and change the occurrences of 172.18.0.x to something that's not already in use by your other networks. For example, 172.20.0.1
docker: network: interface: 172.18.0.1 dns:
Current Behavior
Hi,
i have docker server with other applications, but now i need install pterodactyl panel. Problem is trough run wings, it´s write me error
Where cann i specify network address space in pterodactil or wings for docker?
Thank you for response.
Expected Behavior
Run with other applications in docker with choice IP network
Steps to Reproduce
After first installation
Panel Version
1.11.3
Wings Version
1.11.6
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?