Skip to content

Commit

Permalink
fix: docker-compose start command (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexohneander authored Oct 28, 2023
1 parent 6397a29 commit 596de39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 596de39

Please sign in to comment.