universal OS version detection

This commit is contained in:
mercury
2023-02-17 02:00:35 +04:00
parent 3bc5217953
commit 9166011608
7 changed files with 39 additions and 4 deletions
+12
View File
@@ -79,6 +79,9 @@ services:
proxy:
build:
dockerfile: dockerfile/shadowsocks.dockerfile
args:
RELEASE: ${RELEASE}
SYSTEM: ${SYSTEM}
volumes:
- ./config/.profile:/root/.bashrc:ro
- ./config/sslocal.json:/config.json
@@ -98,6 +101,9 @@ services:
wg:
build:
dockerfile: dockerfile/wireguard.dockerfile
args:
RELEASE: ${RELEASE}
SYSTEM: ${SYSTEM}
volumes:
- ./config/.profile:/root/.bashrc:ro
- ./config/wg0.conf:/etc/wireguard/wg0.conf
@@ -123,6 +129,9 @@ services:
ad:
build:
dockerfile: dockerfile/adguard.dockerfile
args:
RELEASE: ${RELEASE}
SYSTEM: ${SYSTEM}
volumes:
- ./config/.profile:/root/.bashrc:ro
- type: volume
@@ -144,6 +153,9 @@ services:
ss:
build:
dockerfile: dockerfile/shadowsocks.dockerfile
args:
RELEASE: ${RELEASE}
SYSTEM: ${SYSTEM}
volumes:
- ./config/.profile:/root/.bashrc:ro
- ./config/ssserver.json:/config.json