Skip to content

Commit

Permalink
fix: data type in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Apr 21, 2024
1 parent df95ba4 commit 9b745f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
dockerfile: Containerfile
restart: unless-stopped
environment:
FAST_BOOT: false
FAST_BOOT: "false"
volumes:
- "./config:/config"
- "./data:/data"
Expand Down

0 comments on commit 9b745f7

Please sign in to comment.