Alexlee

Results 47 comments of Alexlee

Hello, I found it conflict with nginx Fastcgi cache of cache method in the plugin Nginx Helper. As to Nginx helper, please check : https://wordpress.org/plugins/nginx-helper/ Anyway to avoid the conflict...

Do you mean that the method of docker-composer prevent dns leaking? If yes, I am glad to have a try. Thanks

> https://place1.github.io/wg-access-server/deployment/2-docker-compose/ I did a try, unfortunately, this configure file does not work: ``` version: "3.0" services: wg-access-server: # to build the docker image from the source # build: #...

Sorry, no, I can set custom PASSWORD_ADMIN, but how should I set WG_WIREGUARD_PRIVATE_KEY=KEY_PRIVATE please? Thanks

Thanks. I can make it runing and working if I do not use docker and compose. But I am trying to use the method of docker-compose, and I fount it...

> copy the code as it is and paste it into your docker-compose.yml > > ``` > version: "3.0" > services: > wg-access-server: > image: place1/wg-access-server > container_name: wg-access-server >...

I see. It would be great if the install tutorial show the process Step by Step.

So, please let me know whether it is right for the following steps: 1#install wireguard out of docker 2#Generate keys 3#Create docker-compose by using your docker-compose.yml 4# docker-compose up? 5#...