From 921ebd7bcfa71ee8054f3903b5d818cf7d5bda75 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 30 Apr 2021 20:17:14 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-snipe-it.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/images/docker-snipe-it.md b/images/docker-snipe-it.md index 816416d3ed..19d18b3a52 100644 --- a/images/docker-snipe-it.md +++ b/images/docker-snipe-it.md @@ -70,7 +70,7 @@ services: volumes: - :/config environment: - - APP_URL=< your application URL IE 192.168.10.1:8080> + - NGINX_APP_URL=< your application URL IE 192.168.10.1:8080> - MYSQL_PORT_3306_TCP_ADDR=mysql - MYSQL_PORT_3306_TCP_PORT=3306 - MYSQL_DATABASE=snipe @@ -90,7 +90,7 @@ docker run -d \ --name=snipe-it \ -e PUID=1000 \ -e PGID=1000 \ - -e APP_URL= \ + -e NGINX_APP_URL= \ -e MYSQL_PORT_3306_TCP_ADDR= \ -e MYSQL_PORT_3306_TCP_PORT= \ -e MYSQL_DATABASE= \ @@ -118,7 +118,7 @@ Docker images are configured using parameters passed at runtime (such as those a | :----: | --- | | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | -| `APP_URL=` | Hostname or IP and port if applicable IE :8080 | +| `NGINX_APP_URL=` | Hostname or IP and port if applicable IE :8080 | | `MYSQL_PORT_3306_TCP_ADDR=` | Mysql hostname or IP to use | | `MYSQL_PORT_3306_TCP_PORT=` | Mysql port to use | | `MYSQL_DATABASE=` | Mysql database to use | @@ -209,6 +209,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **30.04.21:** - Rebasing to alpine 3.13, add artisan migrate on spinup. * **01.06.20:** - Rebasing to alpine 3.12. * **19.12.19:** - Rebasing to alpine 3.11. * **28.06.19:** - Rebasing to alpine 3.10.