Skip to content

Commit

Permalink
fix: use more specific folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Aug 31, 2024
1 parent 84b9960 commit d1f8d7a
Show file tree
Hide file tree
Showing 2 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
Expand Up @@ -52,4 +52,4 @@ debug.txt
fabric/run/

# docker stuff
config/
docker-config/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
ports:
- 8192:8192
volumes:
- ./config:/app/config
- ./docker-config:/app/config

0 comments on commit d1f8d7a

Please sign in to comment.