Skip to content

Commit

Permalink
Fix bad name
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed May 2, 2020
1 parent f8cca47 commit 267b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
POSTGRES_HOST_AUTH_METHOD: trust
web:
container_name: app
container_name: web
command: bundle exec unicorn -c config/unicorn.rb
entrypoint: bin/wait-for-it.sh db:5432 -s --
environment:
Expand Down

0 comments on commit 267b142

Please sign in to comment.