]> Untitled Git - lemmy.git/commitdiff
Fixing docker install instructions for pictshare. #831
authorDessalines <tyhou13@gmx.com>
Tue, 23 Jun 2020 13:37:16 +0000 (09:37 -0400)
committerDessalines <tyhou13@gmx.com>
Tue, 23 Jun 2020 13:37:16 +0000 (09:37 -0400)
RELEASES.md
docs/src/administration_install_docker.md

index 44de088aa56eb064e210817430106a22b4feb4e0..643e6aa874b96bdfae15473773bac063d05bb59d 100644 (file)
@@ -1,4 +1,4 @@
-# Lemmy v0.7.0 Release (2020-06-22)
+# Lemmy v0.7.0 Release (2020-06-23)
 
 ## Breaking Change to our image server: Pictshare to Pict-rs migration guide
 
index 236faa6bde895a83d6193e09029fa59e2dc4d04c..05ec8ab30b7df0bcd121cea9e65687251424c3d0 100644 (file)
@@ -6,10 +6,15 @@ Make sure you have both docker and docker-compose(>=`1.24.0`) installed. On Ubun
 # create a folder for the lemmy files. the location doesnt matter, you can put this anywhere you want
 mkdir /lemmy
 cd /lemmy
+
 # download default config files
 wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/docker-compose.yml
 wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/lemmy.hjson
 wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/iframely.config.local.js
+
+# Set correct permissions for pictrs folder
+mkdir -p volumes/pictrs
+sudo chown -R 991:991 volumes/pictrs
 ```
 
 After this, have a look at the [config file](administration_configuration.md) named `lemmy.hjson`, and adjust it, in particular the hostname, and possibly the db password. Then run: