mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix comment in docker-compose.yml file
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user