This commit is contained in:
Miguel Martinez
2016-06-17 10:17:02 -07:00
parent fa4a7a435c
commit 612c648934

View File

@@ -6,7 +6,7 @@ services:
myapp:
tty: true # Enables debugging capabilities when attached to this container.
image: gcr.io/bitnami-containers/rails:4.2.6-r1
image: bitnami/rails:4.2.6-r1
environment:
- DATABASE_URL=mysql2://mariadb/my_app_development
depends_on: