Skip to content

Commit

Permalink
Merge pull request #13 from Google-IO-Extended-Grand-Rapids/feature/r…
Browse files Browse the repository at this point in the history
…emove_ip_address_for_postgres

using a different docker base image for web container
  • Loading branch information
mccrackend committed Feb 4, 2015
2 parents 16b0c56 + c15bf5d commit a00b4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.2-jdk-7-onbuild
FROM maven:3.2-jdk-7
MAINTAINER danmikita@gmail.com
EXPOSE 8080
COPY . /opt/conference_web
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/liquibase/liquibase.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
driver: org.postgresql.Driver
url: jdbc:postgresql://172.17.0.2:5432/postgres
url: jdbc:postgresql://postgres:5432/postgres
username: postgres
password: postgres

0 comments on commit a00b4d8

Please sign in to comment.