Skip to content

Commit

Permalink
Fix value quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 21, 2024
1 parent 40a70e0 commit bb4092f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ services:
volumes:
- emqx:/opt/emqx/data
forge:
image: "flowfuse/forge-docker:2.11.0
image: "flowfuse/forge-docker:2.11.0"
networks:
- flowforge
restart: always
Expand All @@ -479,7 +479,7 @@ services:
- "broker"

file-server:
image: "flowfuse/file-server:2.11.0
image: "flowfuse/file-server:2.11.0"
networks:
- flowforge
restart: always
Expand Down

0 comments on commit bb4092f

Please sign in to comment.