fix: docker-compose start command (#394)

This commit is contained in:
Alex Wellnitz 2023-10-28 12:57:07 +02:00 committed by GitHub
parent 6397a29cb8
commit 596de39c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
version: '3.1'
version: "3.1"
services:
backend:
image: kitsune
command:
- config.toml
command: --config config.toml
ports:
- "5000:5000"
networks: