Skip to content

Commit

Permalink
docker-compose.yaml: Fix first run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Aug 11, 2024
1 parent 791f42d commit 23dca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
image: cm-grasshopper:${TAG:-latest}
volumes:
- ./CM-GRASSHOPPER.db:/CM-GRASSHOPPER.db:rw
#- ./CM-GRASSHOPPER.db:/CM-GRASSHOPPER.db:rw
- ./honeybee.key:/root/.cm-grasshopper/honeybee.key:ro
- ./software_temp:/software_temp:rw
- ./software_log:/software_log:rw
Expand Down

0 comments on commit 23dca53

Please sign in to comment.