Fix volume paths in paymenter.yaml
This commit is contained in:
parent
928e96258a
commit
9a58096655
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@ services:
|
|||
paymenter:
|
||||
image: 'ghcr.io/paymenter/paymenter:v1.4.5'
|
||||
volumes:
|
||||
- 'app_logs:/app/storage/logs'
|
||||
'app_logs:/app/storage/logs'
|
||||
- 'app_public:/app/storage/public'
|
||||
- 'extenstions:/app/extensions'
|
||||
- 'themes:/app/themes'
|
||||
- 'app_storage_public:/app/storage/app/public'
|
||||
- 'app_storage_public:/app/public/storage'
|
||||
environment:
|
||||
SERVICE_URL_PAYMENTER: '${SERVICE_URL_PAYMENTER_80}'
|
||||
DB_DATABASE: '${MYSQL_DATABASE:-paymenter-db}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue