master=>main

This commit is contained in:
Greyscale 2024-02-07 22:13:52 +01:00
parent 0960c1f707
commit bde8858ef9
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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>

View file

@ -1,5 +1,5 @@
# Redis # Redis
[![Build Status](https://travis-ci.org/benzine-framework/docker-redis.svg?branch=master)](https://travis-ci.org/benzine-framework/docker-redis) [![Build Status](https://travis-ci.org/benzine-framework/docker-redis.svg?branch=main)](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