File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : " 3.9"
21services :
32 tapp :
43 configs :
@@ -7,6 +6,7 @@ services:
76 volumes :
87 - /var/run/tappd.sock:/var/run/tappd.sock
98 build :
9+ context : .
1010 dockerfile_inline : |
1111 FROM ubuntu:22.04
1212 RUN apt-get update && apt install -y curl wget
@@ -20,7 +20,7 @@ services:
2020 RUN curl -L 'https://github.com/a16z/helios/releases/download/0.7.0/helios_linux_amd64.tar.gz' | tar -xzC .
2121
2222 CMD [ "bash", "/root/run.sh" ]
23-
23+ platform : linux/amd64
2424configs :
2525 run.sh :
2626 content : |
Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ services:
66 volumes :
77 - /var/run/tappd.sock:/var/run/tappd.sock
88 build :
9+ context : .
910 dockerfile_inline : |
1011 FROM ubuntu:22.04
1112 RUN apt-get update
1213 RUN apt install -y curl openssl ntpsec-ntpdate
1314 command : bash run.sh
15+ platform : linux/amd64
1416
1517configs :
1618 run.sh :
You can’t perform that action at this time.
0 commit comments