Skip to content

Commit 596de39

Browse files
fix: docker-compose start command (#394)
1 parent 6397a29 commit 596de39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
version: '3.1'
1+
version: "3.1"
22

33
services:
44
backend:
55
image: kitsune
6-
command:
7-
- config.toml
6+
command: --config config.toml
87
ports:
98
- "5000:5000"
109
networks:

0 commit comments

Comments
 (0)