We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb573e commit 7bd379cCopy full SHA for 7bd379c
docker/docker-compose-ci.yml
@@ -41,8 +41,6 @@ services:
41
ports:
42
- published: 8080
43
target: 8080
44
- stdin_open: true
45
- tty: true
46
volumes:
47
- assetstore:/dspace/assetstore
48
# Ensure that the database is ready BEFORE starting tomcat
docker/docker-compose-rest.yml
@@ -85,8 +85,6 @@ services:
85
86
- published: 5432
87
target: 5432
88
89
90
91
# Keep Postgres data directory between reboots
92
- pgdata:/pgdata
0 commit comments