We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7f5b7 commit 0297b1fCopy full SHA for 0297b1f
compose/compose.proxy.yml
@@ -16,7 +16,7 @@ services:
16
dns:
17
- 1.1.1.1
18
- 8.8.8.8
19
- volumes:
+ devices:
20
- /dev/net/tun:/dev/net/tun
21
cpus: $ALT_MIN_CPU_LIMIT
22
mem_limit: $RAM_LIMIT
scripts/util/uuid-generator.sh
@@ -7,7 +7,7 @@ generate_uuid() {
7
uuid="$(cat /proc/sys/kernel/random/uuid)"
8
fi
9
10
- case "$denoter" in
+ case "$1" in
11
"#") echo "sdk-node-$(echo "$uuid" | tr -d '-')" ;;
12
"*") echo "$uuid" ;;
13
"&") echo "$uuid" | tr -d '-' ;;
0 commit comments