mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
following docs for prod docker without specifying APP_VERSION will now get latest version as doc says
This commit is contained in:
parent
8fc1227974
commit
1e8ec783b4
|
@ -1,7 +1,7 @@
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# REQUIRED: DOCKER SPECIFIC SETTINGS
|
# REQUIRED: DOCKER SPECIFIC SETTINGS
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
APP_VERSION=v6.4.1
|
APP_VERSION=
|
||||||
APP_PORT=8000
|
APP_PORT=8000
|
||||||
|
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
|
|
|
@ -6,7 +6,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: snipe/snipe-it:${APP_VERSION:-v7.0.11}
|
image: snipe/snipe-it:${APP_VERSION:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- storage:/var/lib/snipeit
|
- storage:/var/lib/snipeit
|
||||||
|
|
Loading…
Reference in a new issue