mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
add .env file so that it won't fail when generating APP_KEY
This commit is contained in:
parent
31620facab
commit
872e8b6438
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- "app-storage:/var/www/storage"
|
- "app-storage:/var/www/storage"
|
||||||
- "app-bootstrap:/var/www/bootstrap"
|
- "app-bootstrap:/var/www/bootstrap"
|
||||||
|
- "./.env:/var/www/.env"
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
- internal
|
- internal
|
||||||
|
|
Loading…
Reference in a new issue