Skip to content

Commit

Permalink
ipranges must also be separated by instance number
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Feb 22, 2024
1 parent b3fb64b commit adf395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ networks:
config:
# Define a custom subnet for our DSpace network, so that we can easily trust requests from host to container.
# If you customize this value, be sure to customize the 'proxies.trusted.ipranges' env variable below.
- subnet: 172.23.0.0/16
- subnet: 172.2${INSTANCE}.0.0/16
services:
# DSpace (backend) webapp container
dspace:
Expand Down

0 comments on commit adf395c

Please sign in to comment.