Skip to content

Update README.md with the new forum link #71

Update README.md with the new forum link

Update README.md with the new forum link #71

Workflow file for this run

name: Docker Compose Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the develop stack
run: docker-compose -f develop.yml build