meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installation_docker [2024/12/31 14:56] – mention help needed 185.69.144.53 | installation_docker [2025/07/07 12:52] (current) – update wrongecho | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installation - Docker  | + | ====== Installation - Docker ====== | 
| Line 5: | Line 5: | ||
| **Important: | **Important: | ||
| - |   * The Docker file was created  | + |   * We don't officially support Docker and are limited in our ability to assist.  | 
|   * We are looking for contributors to help maintain the Docker edition - see [[https:// |   * We are looking for contributors to help maintain the Docker edition - see [[https:// | ||
| Line 11: | Line 11: | ||
| < | < | ||
| - | version: " | ||
| ########################### | ########################### | ||
| - | |||
| networks: | networks: | ||
| wan: | wan: | ||
| name: wan | name: wan | ||
| driver: bridge | driver: bridge | ||
| - |        | + | |
| itflow-db: | itflow-db: | ||
| name: itflow-db | name: itflow-db | ||
| Line 31: | Line 29: | ||
| services: | services: | ||
| itflow: | itflow: | ||
| + | platform: linux/amd64 | ||
| hostname: itflow | hostname: itflow | ||
|     container_name: |     container_name: | ||
| - |     # Comment out build for docker.io  | + |     # Comment out image for DockerHub  | 
| - |     image:  | + |     image:  | 
| - | # build: . | + | #build: | 
| + | #context: . | ||
| + |       # | ||
| restart: unless-stopped | restart: unless-stopped | ||
|     depends_on:  |     depends_on:  | ||