Skip to content

Commit

Permalink
Rename config due to docker windows bug
Browse files Browse the repository at this point in the history
Tracking bug: docker/for-linux#675
  • Loading branch information
mryachanin committed Mar 26, 2022
1 parent eeafe53 commit 6146157
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmd/db/db
config.json
config_json
mnt/
web/template/*.go
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ services:
ports:
- 0.0.0.0:8080:8080
volumes:
- ./config.json:/usr/src/app/config.json
- ./config_json:/usr/src/app/config.json
restart: unless-stopped

0 comments on commit 6146157

Please sign in to comment.