Skip to content

Commit a0798df

Browse files
Update README.md
1 parent b1a8f45 commit a0798df

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff 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.
88
Make it executable with `chmod +x goplater` and run it for the first time.
99

1010
Use 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

0 commit comments

Comments
 (0)