File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed
Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Goplater is a Go commandline programm that helps you template your files.
44
55## Getting Started
66
7- Download the ` latest ` binaries from the Release Page .
7+ Download the latest binary from the Release page .
88Make it executable with ` chmod +x goplater ` and run it for the first time.
99
1010Use the ` goplater template ` command to template files:
@@ -87,39 +87,7 @@ Really? Here you go:
8787```
8888
8989``` yaml
90- services :
91- signal-api :
92- image : bbernhard/signal-cli-rest-api:latest
93- container_name : signal-api
94- environment :
95- - MODE=normal
96- volumes :
97- - ./data:/home/.local/share/signal-cli
98- restart : unless-stopped
99- networks :
100- backend :
101- aliases :
102- - signal-api
103-
104- secured-signal :
105- image : ghcr.io/codeshelldev/secured-signal-api:latest
106- container_name : secured-signal
107- environment :
108- API__URL : http://signal-api:8080
109- SETTINGS__VARIABLES__RECIPIENTS :
110- ' [+123400002, +123400003, +123400004]'
111- SETTINGS__VARIABLES__NUMBER : " +123400001"
112- API__TOKENS : ' [LOOOOOONG_STRING]'
113- ports :
114- - " 8880:8880"
115- restart : unless-stopped
116- networks :
117- backend :
118- aliases :
119- - secured-signal-api
120-
121- networks :
122- backend :
90+ 404 : Not Found
12391` ` `
12492
12593## Contributing
You can’t perform that action at this time.
0 commit comments