Skip to content

Commit

Permalink
Sync Docker Container to the Host
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Chambers committed Nov 14, 2024
1 parent e5648dd commit 3e00cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
- .:/usr/src/app
- gems:/bundles
- ./config/database.yml:/usr/src/app/config/database.yml
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
depends_on:
- db
- redis
Expand Down

0 comments on commit 3e00cb4

Please sign in to comment.