mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
prevent travis builds from master
This commit is contained in:
@@ -2,6 +2,10 @@ os: linux
|
|||||||
|
|
||||||
language: shell
|
language: shell
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- my-branch #set this to your main git branch
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ For most users this will suffice and anything in the root/ folder of the reposit
|
|||||||
|
|
||||||
The most common paths to leverage for Linuxserver images will be:
|
The most common paths to leverage for Linuxserver images will be:
|
||||||
|
|
||||||
* root/etc/cont-init.d/<25-script-name> - Contains init logic scripts that run before the services in the container start these should exit 0 and are ordered by filename
|
* root/etc/cont-init.d/<98-script-name> - Contains init logic scripts that run before the services in the container start these should exit 0 and are ordered by filename
|
||||||
* root/etc/services.d/<yourservice>/run - Contains scripts that run in the foreground for persistent services IE NGINX
|
* root/etc/services.d/<yourservice>/run - Contains scripts that run in the foreground for persistent services IE NGINX
|
||||||
* root/defaults - Contains base config files that are copied/modified on first spinup
|
* root/defaults - Contains base config files that are copied/modified on first spinup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user