mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
Fix bad name
This commit is contained in:
parent
f8cca4731d
commit
267b142cd8
@ -6,7 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
web:
|
web:
|
||||||
container_name: app
|
container_name: web
|
||||||
command: bundle exec unicorn -c config/unicorn.rb
|
command: bundle exec unicorn -c config/unicorn.rb
|
||||||
entrypoint: bin/wait-for-it.sh db:5432 -s --
|
entrypoint: bin/wait-for-it.sh db:5432 -s --
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user