diff --git a/docker-compose.yml b/docker-compose.yml index 7a722f5..0294065 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,4 +30,13 @@ services: SYSTEM_MAXFILESIZE: 5000 # Set the maximum file size in MB METRICS_ENABLED: true SYSTEM_GOOGLEVISIBILITY: false # or true - restart: always \ No newline at end of file + restart: always + networks: + - stirlingnet + +networks: + stirlingnet: + driver: bridge + ipam: + config: + - subnet: 172.28.0.0/24 \ No newline at end of file