Closed amtypaldos closed 4 years ago
Creating the issue for tracking purposes, I will be submitting a PR with the fix.
When trying to do docker-compose up we get an error:
ERROR: 'network_mode' and 'networks' cannot be combined
The janitor container has a network_mode defined when it should not be as that is done under the network section in the compose file.
@wasabi222 Can you resolve this, I think closing was the wrong action.
Creating the issue for tracking purposes, I will be submitting a PR with the fix.
When trying to do docker-compose up we get an error:
ERROR: 'network_mode' and 'networks' cannot be combined
The janitor container has a network_mode defined when it should not be as that is done under the network section in the compose file.