Merge pull request #16009 from AnouarTouati/prod-docker-fixes

This commit is contained in:
snipe
2025-01-09 16:12:37 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# --------------------------------------------
# REQUIRED: DOCKER SPECIFIC SETTINGS
# --------------------------------------------
APP_VERSION=v6.4.1
APP_VERSION=
APP_PORT=8000
# --------------------------------------------
+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