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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
paths:
|
paths:
|
||||||
- bouncer/**
|
- bouncer/**
|
||||||
- .github/workflows/bouncer.yml
|
- .github/workflows/bouncer.yml
|
||||||
|
|
|
||||||
|
|
@ -8,9 +8,9 @@
|
||||||
# However, you must set it for any further virtual host explicitly.
|
# However, you must set it for any further virtual host explicitly.
|
||||||
#ServerName www.example.com
|
#ServerName www.example.com
|
||||||
|
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin admin@localhost
|
||||||
DocumentRoot /app/public
|
DocumentRoot /app/public
|
||||||
|
|
||||||
<Directory "/app/public">
|
<Directory "/app/public">
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Redis
|
# 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
|
A fork of the redis docker image that tracks upstream and implements a default healthcheck
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue