We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3596e9 commit 53b0f1dCopy full SHA for 53b0f1d
README.md
@@ -37,7 +37,7 @@ docker run \
37
-p 3001:3000 \
38
-e DEFAULT_HOST_URL=http://localhost:3001 \
39
-d \
40
- eigenfocus/eigenfocus:v0.5.0
+ eigenfocus/eigenfocus:v0.5.1
41
```
42
43
## Docker Compose
@@ -46,7 +46,7 @@ Or using a docker compose file:
46
```docker-compose.yml
47
services:
48
web:
49
- image: eigenfocus/eigenfocus:v0.5.0
+ image: eigenfocus/eigenfocus:v0.5.1
50
restart: unless-stopped
51
volumes:
52
- ./app-data:/eigenfocus-app/app-data
0 commit comments