diff options
author | fxqnlr <[email protected]> | 2024-06-17 12:02:44 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 12:02:44 +0200 |
commit | 45724c4a8b293e8696ef487368f72f90a5c7a01d (patch) | |
tree | 6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /README.md | |
parent | ec17af924767a2ae3c5180d9ea25193d071e5661 (diff) | |
download | webol-45724c4a8b293e8696ef487368f72f90a5c7a01d.tar webol-45724c4a8b293e8696ef487368f72f90a5c7a01d.tar.gz webol-45724c4a8b293e8696ef487368f72f90a5c7a01d.zip |
Version bump
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: |