Fix container_name set error

This commit is contained in:
Hang Yan
2019-06-19 23:31:03 +08:00
parent cd7c8a3d9a
commit e74c12e452
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ services:
command: bundle exec thin -p 3000
# command: ["bundle", "exec", "thin", "-p", "3000"]
container_name: my-web-container
container_name: my_web-container
depends_on:
- db