mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
docker-compose file fix
This commit is contained in:
parent
dbf314151e
commit
bbccfdeff2
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,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.docker:/var/www/.env"
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
- internal
|
- internal
|
||||||
|
|
Loading…
Reference in a new issue