meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installation_docker [2023/07/09 13:50] johnnyinstallation_docker [2024/03/10 06:28] (current) – clarify support wrongecho
Line 1: Line 1:
-====== Installation - Docker ======+====== Installation - Docker (Not Recommended) ====== 
 + 
 + 
 +**GitHub Link** - [[https://github.com/itflow-org/itflow-docker]] 
 + 
 +//Note: The Docker file was created by a community member, and is not maintained by the ITFlow core team. We don't "officially" support Docker.// 
 ===== Docker Compose Example ===== ===== Docker Compose Example =====
  
-'''version: "3.9"+<code> 
 +version: "3.9"
 ########################### NETWORKS ########################### NETWORKS
  
Line 61: Line 68:
       - MARIADB_PASSWORD=$ITFLOW_DB_PASS       - MARIADB_PASSWORD=$ITFLOW_DB_PASS
     volumes:     volumes:
-      - itflow-db:/var/lib/mysql/'''+      - itflow-db:/var/lib/mysql/ 
 +</code>