diff --git a/templates/compose/paymenter.yaml b/templates/compose/paymenter.yaml index fffee1b91..6ce4ae3b9 100644 --- a/templates/compose/paymenter.yaml +++ b/templates/compose/paymenter.yaml @@ -10,11 +10,10 @@ services: image: 'ghcr.io/paymenter/paymenter:v1.4.5' volumes: - 'app_logs:/app/storage/logs' - - 'app_storage1:/app/storage/public' - 'extenstions:/app/extensions' - 'themes:/app/themes' - - 'app_storage2:/app/public/storage' - - 'app_storage3:app/storage/app/public' + - 'app_storage:/app/storage/app' + - 'app_public_storage:/app/storage/app/public' environment: SERVICE_URL_PAYMENTER: '${SERVICE_URL_PAYMENTER_80}' DB_DATABASE: '${MYSQL_DATABASE:-paymenter-db}'