Skip to content

Commit

Permalink
fixed time
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Feb 4, 2024
1 parent 05d93a0 commit 3656d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
volumes:
- ./logs:/logs
- ./responses:/responses
# mount timezone file
- /etc/localtime:/etc/localtime:ro
environment:
- URLS="www.google.com:google,www.yahoo.com?s=1test: yahoo"
```
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ services:
volumes:
- ./logs:/logs
- ./responses:/responses
# mount timezone file
- /etc/localtime:/etc/localtime:ro
environment:
- URLS="www.google.com:google,www.yahoo.com:yahoo"

0 comments on commit 3656d46

Please sign in to comment.