2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-11 20:03:04 +00:00
Ref: https://github.com/inventree/InvenTree/issues/1702
This commit is contained in:
Oliver 2021-06-22 07:45:00 +10:00 committed by GitHub
parent 881ffb513e
commit 7440821be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ services:
inventree-worker:
container_name: inventree-worker
image: inventree/inventree:latest
entrypoint: ./start_worker.sh
entrypoint: ./start_prod_worker.sh
depends_on:
- inventree-db
- inventree-server