poyaz / docker-forticlient

FortiClient VPN docker image
MIT License
34 stars 7 forks source link

docker/docker-compose.publish.yml doesn't exist #13

Open PaulST2 opened 3 weeks ago

PaulST2 commented 3 weeks ago

The readme instructions for running with a published port include:

docker-compose \ -f docker-compose.yml \ -f docker/docker-compose.env.yml \ -f docker/docker-compose.publish.yml \ up -d

But the file docker/docker-compose.publish.yml appears not to exist

poyaz commented 3 weeks ago

Thank you for found this problem.

I change the compose structure and publish port is enabled by default. I have forgotten change this part.

I will fix it.