forked from nutomic/lemmy
3 lines
75 B
Bash
Executable file
Vendored
3 lines
75 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
sudo chmod -R 777 volumes
|
|
docker-compose up -d --no-deps --build
|