Skip to content

Commit

Permalink
Deleted unused environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Mar 7, 2017
1 parent b7df2f2 commit 1aca26b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,6 @@ services:
- 8080:8080
environment:
- DB_HOST=db
- DB_PORT=5431
- DB_USER=usr
- DB_PASS=pass
- DB_NAME=employee
Expand All @@ -29,7 28,6 @@ services:
- db
environment:
- DB_HOST=db
- DB_PORT=5431
- DB_USER=usr
- DB_PASS=pass
- DB_NAME=employee
Expand Down

0 comments on commit 1aca26b

Please sign in to comment.