Merge pull request #16009 from AnouarTouati/prod-docker-fixes
This commit is contained in:
commit
c5afc66d46
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# --------------------------------------------
|
||||
# REQUIRED: DOCKER SPECIFIC SETTINGS
|
||||
# --------------------------------------------
|
||||
APP_VERSION=v6.4.1
|
||||
APP_VERSION=
|
||||
APP_PORT=8000
|
||||
|
||||
# --------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue