mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 07:34:23 +00:00
feat: finish install scripts
all .sh scripts -> /usr/local/bin/ all .yml / .env -> /etc/serverconfig/ add [y/n] to override information add --true argument to ignore [y/n] input
This commit is contained in:
@@ -28,8 +28,8 @@ services:
|
||||
- net.ipv6.conf.all.forwarding=1
|
||||
- net.ipv6.conf.default.forwarding=1
|
||||
environment:
|
||||
- VIRTUAL_HOST=${HOSTNAME_VPN}
|
||||
- LETSENCRYPT_HOST=${HOSTNAME_VPN}
|
||||
- VIRTUAL_HOST=${WG_HOSTNAME_VPN}
|
||||
- LETSENCRYPT_HOST=${WG_HOSTNAME_VPN}
|
||||
- LETSENCRYPT_EMAIL=${EMAIL}
|
||||
- VIRTUAL_PORT=51821
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user