diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ minimal `docker-compose.yaml`: | |||
15 | ```yaml | 15 | ```yaml |
16 | services: | 16 | services: |
17 | webol: | 17 | webol: |
18 | image: ghcr.io/fxqnlr/webol:0.4.1 | 18 | image: ghcr.io/fxqnlr/webol:latest |
19 | container_name: webol | 19 | container_name: webol |
20 | restart: unless-stopped | 20 | restart: unless-stopped |
21 | volumes: | 21 | volumes: |