mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-19 02:44:02 +00:00
cleanup
This commit is contained in:
parent
59cce4a1f5
commit
b4bbb06e13
2 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,6 @@ services:
|
|||
lemmy-alpha:
|
||||
image: lemmy-federation:latest
|
||||
environment:
|
||||
- RUST_BACKTRACE=full
|
||||
- LEMMY_HOSTNAME=lemmy-alpha:8541
|
||||
- LEMMY_DATABASE_URL=postgres://lemmy:password@postgres_alpha:5432/lemmy
|
||||
- LEMMY_JWT_SECRET=changeme
|
||||
|
|
|
@ -8,5 +8,4 @@ for Item in alpha beta gamma delta epsilon ; do
|
|||
sudo chown -R 991:991 volumes/pictrs_$Item
|
||||
done
|
||||
|
||||
sudo docker-compose up -d
|
||||
sudo docker-compose logs -f lemmy-alpha
|
||||
sudo docker-compose up
|
||||
|
|
Loading…
Reference in a new issue