mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix comment in docker-compose.yml file
This commit is contained in:
parent
7dd63b36da
commit
d85b906560
@ -44,7 +44,7 @@ services:
|
||||
depends_on:
|
||||
- inventree-db
|
||||
volumes:
|
||||
# Map 'data' volume
|
||||
# Data volume must map to /home/inventree/data
|
||||
- data:/home/inventree/data
|
||||
environment:
|
||||
# Default environment variables are configured to match the 'db' container
|
||||
@ -67,6 +67,7 @@ services:
|
||||
- inventree-db
|
||||
- inventree-server
|
||||
volumes:
|
||||
# Data volume must map to /home/inventree/data
|
||||
- data:/home/inventree/data
|
||||
environment:
|
||||
# Default environment variables are configured to match the 'db' container
|
||||
|
Loading…
Reference in New Issue
Block a user