master=>main
This commit is contained in:
parent
0960c1f707
commit
bde8858ef9
3 changed files with 4 additions and 4 deletions
2
.github/workflows/bouncer.yml
vendored
2
.github/workflows/bouncer.yml
vendored
|
|
@ -7,7 +7,7 @@ permissions:
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- bouncer/**
|
||||
- .github/workflows/bouncer.yml
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
# However, you must set it for any further virtual host explicitly.
|
||||
#ServerName www.example.com
|
||||
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerAdmin admin@localhost
|
||||
DocumentRoot /app/public
|
||||
|
||||
<Directory "/app/public">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Redis
|
||||
|
||||
[](https://travis-ci.org/benzine-framework/docker-redis)
|
||||
[](https://travis-ci.org/benzine-framework/docker-redis)
|
||||
|
||||
A fork of the redis docker image that tracks upstream and implements a default healthcheck
|
||||
|
|
|
|||
Loading…
Reference in a new issue