7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
touch data/acme.json
|
|
chmod 600 data/acme.json
|
|
|
|
docker-compose up -d
|