mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-21 13:40:58 +00:00
4 lines
75 B
Bash
Executable file
Vendored
4 lines
75 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
sudo chmod -R 777 volumes
|
|
docker-compose up -d --no-deps --build
|