Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit a0fa3e7

Browse files
mcritchlowlsitu
authored andcommitted
Force tomcat image to wait until database is available to run
1 parent 54badad commit a0fa3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323

2424
tomcat:
2525
image: ucsdlib/docker-tomcat-damsrepo
26-
# command: ["dockerize", "-wait", "tcp://database:5432", "-timeout", "1m", "catalina.sh", "run"]
26+
command: ["dockerize", "-wait", "tcp://database:5432", "-timeout", "1m", "catalina.sh", "run"]
2727
depends_on:
2828
- database
2929

0 commit comments

Comments
 (0)