Skip to content

Commit

Permalink
use latest docker images in doc, not edge
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 1, 2025
1 parent 6529f96 commit c63e2b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ A `docker-compose.yml` for the cpu only node can look like this:
version: '3'
services:
node:
image: ghcr.io/madmax43v3r/mmx-node:edge
image: ghcr.io/madmax43v3r/mmx-node:latest
restart: unless-stopped
volumes:
- /some/path/to/mmx/node/data:/data
Expand All @@ -110,7 +110,7 @@ For amd gpu support please see the following `docker-compose.yml`:
version: '3'
services:
node:
image: ghcr.io/madmax43v3r/mmx-node:edge-amd
image: ghcr.io/madmax43v3r/mmx-node:latest-amd
restart: unless-stopped
group_add:
- video
Expand All @@ -130,7 +130,7 @@ For nvidia gpu support please see the following `docker-compose.yml`:
version: '3'
services:
node:
image: ghcr.io/madmax43v3r/mmx-node:edge-nvidia
image: ghcr.io/madmax43v3r/mmx-node:latest-nvidia
restart: unless-stopped
runtime: nvidia
volumes:
Expand All @@ -145,7 +145,7 @@ Running a remote harvester is done by overwriting the `CMD` of the Dockerfile, f
version: '3'
services:
harvester:
image: ghcr.io/madmax43v3r/mmx-node:edge
image: ghcr.io/madmax43v3r/mmx-node:latest
restart: unless-stopped
volumes:
- /some/path/to/mmx/node/data:/data
Expand Down

0 comments on commit c63e2b0

Please sign in to comment.