valoomba
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docker-compose.yml
|
|
|
@ -10,7 +10,7 @@ services: |
|
|
|
container_name: wg-easy |
|
|
|
hostname: wg-easy |
|
|
|
volumes: |
|
|
|
- ./.wg-easy:/etc/wireguard |
|
|
|
- ~/.wg-easy:/etc/wireguard |
|
|
|
ports: |
|
|
|
- "51820:51820/udp" |
|
|
|
restart: unless-stopped |
|
|
|
@ -26,7 +26,7 @@ services: |
|
|
|
container_name: nginx |
|
|
|
hostname: nginx |
|
|
|
volumes: |
|
|
|
- ./.nginx/servers/:/etc/nginx/servers/ |
|
|
|
- ~/.nginx/servers/:/etc/nginx/servers/ |
|
|
|
- ./.nginx/letsencrypt/:/etc/letsencrypt/ |
|
|
|
ports: |
|
|
|
- "80:80/tcp" |
|
|
|
|