Fix bad name

This commit is contained in:
Hakan Ensari 2020-05-02 17:46:48 +01:00
parent f8cca4731d
commit 267b142cd8

View File

@ -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: