mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 20:15:01 +00:00
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
|