Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 77f43aa

Browse files
committed
Bot Updating Templated Files
1 parent be00fa7 commit 77f43aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Docker Hub](https://shields.io/badge/Docker%20Hub-blue?logo=docker&logoColor=ffffff&style=for-the-badge)](https://hub.docker.com/r/imagegenius/maintenance)
88
![Image Size](https://img.shields.io/docker/image-size/imagegenius/maintenance/latest.svg?color=007EC6&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=docker)
99
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.imagegenius.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-maintenance%2Fjob%2Fmain%2F&logo=jenkins)](https://ci.imagegenius.io/job/Docker-Pipeline-Builders/job/docker-maintenance/job/main/)
10-
[![IG CI](https://img.shields.io/badge/dynamic/yaml?color=007EC6&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.imagegenius.io%2Fimagegenius%2Fmaintenance%2Flatest-main%2Fci-status.yml)](https://ci-tests.imagegenius.io/imagegenius/maintenance/latest-main/index.html)
10+
[![IG CI](https://img.shields.io/badge/dynamic/yaml?color=007EC6&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.imagegenius.io%2Fmaintenance%2Flatest-main%2Fci-status.yml)](https://ci-tests.imagegenius.io/imagegenius/maintenance/latest-main/index.html)
1111

1212
[Maintenance](https://imagegenius/docker-maintenance/) - Minimal Nginx Docker image with a soul purpose to be a maintenance page for when your main webserver is down
1313

@@ -52,7 +52,7 @@ services:
5252
- PGID=1000
5353
- TZ=Australia/Melbourne
5454
volumes:
55-
- path_to_data:/config
55+
- path_to_appdata:/config
5656
- path_to_swag:/swag
5757
ports:
5858
- 80:80
@@ -70,7 +70,7 @@ docker run -d \
7070
-e TZ=Australia/Melbourne \
7171
-p 80:80 \
7272
-p 443:443 \
73-
-v path_to_data:/config \
73+
-v path_to_appdata:/config \
7474
-v path_to_swag:/swag \
7575
--restart unless-stopped \
7676
ghcr.io/imagegenius/maintenance:latest

0 commit comments

Comments
 (0)