mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Fix path of lemmy.hjson download
Fixes https://github.com/LemmyNet/lemmy/issues/2552
This commit is contained in:
parent
95565e57b6
commit
1f600af4c2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cd /lemmy
|
|||
|
||||
# download default config files
|
||||
wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/prod/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/lemmy.hjson
|
||||
wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/docker/prod/lemmy.hjson
|
||||
|
||||
# Set correct permissions for pictrs folder
|
||||
mkdir -p volumes/pictrs
|
||||
|
|
Loading…
Reference in a new issue