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 27, 2024
1 parent 1598b10 commit b1bea5a
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 b1bea5a

Please sign in to comment.