Update docker-compose.yml

This commit is contained in:
qiaofeng1227 2022-09-02 16:53:25 +08:00 committed by GitHub
parent 847eb83ff4
commit 3597e832d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ services:
- sites:/usr/share/nginx/html/sites - sites:/usr/share/nginx/html/sites
- assets:/usr/share/nginx/html/assets - assets:/usr/share/nginx/html/assets
ports: ports:
- "${APP_PORT}:8080" - "${APP_HTTP_PORT}:8080"
queue-default: queue-default:
image: frappe/erpnext-worker:${APP_VERSION} image: frappe/erpnext-worker:${APP_VERSION}