following docs for prod docker without specifying APP_VERSION will now get latest version as doc says

This commit is contained in:
Anouar Touati
2024-12-29 00:04:50 -05:00
parent 8fc1227974
commit 1e8ec783b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ volumes:
services:
app:
image: snipe/snipe-it:${APP_VERSION:-v7.0.11}
image: snipe/snipe-it:${APP_VERSION:-latest}
restart: unless-stopped
volumes:
- storage:/var/lib/snipeit