Skip to content

Commit

Permalink
The docker-compose-rest has defined a network, which is not the same …
Browse files Browse the repository at this point in the history
…as in the cli.yml - it throws an error
  • Loading branch information
milanmajchrak committed Feb 1, 2024
1 parent 85369aa commit 2ed7f70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ volumes:

networks:
dspacenet:
ipam:
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

0 comments on commit 2ed7f70

Please sign in to comment.