Skip to content

Commit

Permalink
The BE was started without instance (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored Jan 31, 2024
1 parent 3ee5151 commit a38dca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/docker-compose-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ networks:
services:
# DSpace (backend) webapp container
dspace:
container_name: dspace
restart: unless-stopped
container_name: dspace${INSTANCE}
environment:
JAVA_OPTS: ${JAVA_OPTS:--Xmx4g}
TZ: ${TIMEZONE:-Europe/Bratislava}
Expand Down

0 comments on commit a38dca1

Please sign in to comment.