Update docker-compose.yml

This commit is contained in:
David Bomba
2020-11-11 10:25:05 +11:00
committed by GitHub
parent cdc35aff2f
commit 805e526fc9

View File

@@ -37,6 +37,9 @@ services:
- APP_KEY=<INSERT THE GENERATED APPLICATION KEY HERE>
- MULTI_DB_ENABLED=false
- DB_HOST1=db
- DB_USERNAME1=ninja
- DB_PASSWORD1=ninja
- DB_DATABASE1=ninja
volumes:
# Configure your mounted directories, make sure the folder 'public' and 'storage'
# exist, before mounting them
@@ -93,4 +96,4 @@ volumes:
# logo:
networks:
invoiceninja:
invoiceninja: