8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo " redis:
|
||
|
image: redis:alpine
|
||
|
restart: always
|
||
|
tty: false
|
||
|
ports:
|
||
|
- 6379:6379\n" >> docker-compose.yaml
|