mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-05-11 20:03:04 +00:00
parent
881ffb513e
commit
7440821be5
@ -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
|
||||
@ -112,4 +112,4 @@ volumes:
|
||||
o: bind
|
||||
# This directory specified where InvenTree data are stored "outside" the docker containers
|
||||
# Change this path to a local system path where you want InvenTree data stored
|
||||
device: /path/to/data
|
||||
device: /path/to/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user