Hi Everyone, I'm currently trying to deploy prefe...
# ask-community
b
Hi Everyone, I'm currently trying to deploy prefect server on a server with running VPN (I'm using NordVPN). After quite a while I faced problem where I got the error
Copy code
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
when executing
prefect server start
. One solution that's recommended is to add the subnet on docker yaml but I couldn't find a way to do that on prefect. Are there any recommendation on this case (deploy on machine with VPN) or any way to edit the
docker-compose.yml
?
k
Hi @banditelol, maybe you can edit the docker compose file here for your use case before you start it?