Skip to content

Commit

Permalink
Update HOSTING.md
Browse files Browse the repository at this point in the history
Update ghcr.io/esm-dev/esm.sh version. Instructions as written lead to this error: esm-dev#800.
  • Loading branch information
bhainesva committed Sep 20, 2024
1 parent a1c25c6 commit b3bbee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOSTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Available environment variables:
You can also create your own Dockerfile based on `ghcr.io/esm-dev/esm.sh`:

```dockerfile
FROM ghcr.io/esm-dev/esm.sh:v135
FROM ghcr.io/esm-dev/esm.sh:v135_6
ADD ./config.json /etc/esmd/config.json
CMD ["esmd", "--config", "/etc/esmd/config.json"]
```

0 comments on commit b3bbee3

Please sign in to comment.