mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-05-01 15:43:58 +03:00
Update docker-compose.yaml
Fixes SoftEtherVPN/SoftetherVPN-docker#15 by configuring static hostname
This commit is contained in:
parent
2265435d62
commit
80179d5cc5
@ -1,8 +1,7 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
softether:
|
softether:
|
||||||
image: softethervpn/vpnserver:latest
|
image: softethervpn/vpnserver:latest
|
||||||
|
hostname: softethervpnserver
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user