mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update docker-compose.yml
This commit is contained in:
parent
2aeb2357f3
commit
62300230c8
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
volumes:
|
volumes:
|
||||||
- "app-storage:/var/www/storage"
|
- "./storage:/var/www/storage"
|
||||||
|
- "./bootstrap:/var/www/bootstrap"
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
- internal
|
- internal
|
||||||
|
|
Loading…
Reference in a new issue