Browse Source

Update docker-compose.yaml

Fixes SoftEtherVPN/SoftetherVPN-docker#15 by configuring static hostname
weidi 6 months ago
parent
commit
80179d5cc5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docker-compose.yaml

+ 1 - 2
docker-compose.yaml

@@ -1,8 +1,7 @@
-version: '3'
-
 services:
   softether:
     image: softethervpn/vpnserver:latest
+    hostname: softethervpnserver
     cap_add:
       - NET_ADMIN
     restart: always