chiefonboarding / ChiefOnboarding

Free and open-source employee onboarding platform. Onboard new hires through Slack or the web portal.
https://chiefonboarding.com
GNU Affero General Public License v3.0
640 stars 119 forks source link

Docker Compose as directed #421

Open Peter-TLF opened 6 months ago

Peter-TLF commented 6 months ago

When I use this docker compose template, it gives this error in the log

version: '3'

services: db: image: postgres:latest restart: always volumes:

Error: "exec /usr/bin/supervisord: exec format error"