Updated .gitignore and made a removed networks from paperless docker-compose.env
This commit is contained in:
10
docker-compose.yml
Executable file → Normal file
10
docker-compose.yml
Executable file → Normal file
@@ -10,16 +10,10 @@ include:
|
||||
# Global networks
|
||||
networks:
|
||||
arr_network:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.20.0.0/16
|
||||
external: true
|
||||
|
||||
database_network:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.21.0.0/16
|
||||
external: true
|
||||
|
||||
# Global volumes
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user