mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 17:03:59 +00:00
7 lines
158 B
Bash
Executable file
Vendored
7 lines
158 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
set -e
|
|
|
|
export COMPOSE_DOCKER_CLI_BUILD=1
|
|
export DOCKER_BUILDKIT=1
|
|
sudo chown -R 991:991 volumes/pictrs
|
|
sudo docker-compose up -d --no-deps --build
|