Correct DOCKERFILE url in docker-compose.yml.

This commit is contained in:
2022-10-09 20:47:55 +02:00
parent 730a7beee2
commit 7c5a3d9185
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+1 -1
View File
@@ -11,4 +11,4 @@ docker-compose up -d
# current downsides of using TNG this way
- The "tng" volume will be filled with the website on first start but won't be updated when you rebuild the image. A similar approach as the official Wordpress Docker image should be realised.
- Only a docker volume can be used (no mounted volume) because a Docker volume will be filled with data at first start, a mounted volume won't.
- Only a docker volume can be used (no mounted volume) because a Docker volume will be filled with data at first start, a mounted volume won't.
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.9"
services:
tng:
build:
context: https://gogs.batssoft.nl/Michel/docker-tng/src/master/DOCKERFILE
context: https://gogs.batssoft.nl/Michel/docker-tng/raw/master/DOCKERFILE
args:
downloadurl: $TNG_DOWNLOADURL
container_name: TNG
@@ -29,4 +29,4 @@ services:
volumes:
tng:
tng-mariadb:
tng-mariadb:
+1 -1
View File
@@ -6,4 +6,4 @@ TNG_DOWNLOADURL=https://<username>:<password>@tng.lythgoes.net/downloads<version
#MARIADB_PORT=
#MARIADB_USER=
#MARIADB_PASSWORD=
#MARIADB_DATABASE=
#MARIADB_DATABASE=