Add Striling net
This commit is contained in:
+10
-1
@@ -30,4 +30,13 @@ services:
|
|||||||
SYSTEM_MAXFILESIZE: 5000 # Set the maximum file size in MB
|
SYSTEM_MAXFILESIZE: 5000 # Set the maximum file size in MB
|
||||||
METRICS_ENABLED: true
|
METRICS_ENABLED: true
|
||||||
SYSTEM_GOOGLEVISIBILITY: false # or true
|
SYSTEM_GOOGLEVISIBILITY: false # or true
|
||||||
restart: always
|
restart: always
|
||||||
|
networks:
|
||||||
|
- stirlingnet
|
||||||
|
|
||||||
|
networks:
|
||||||
|
stirlingnet:
|
||||||
|
driver: bridge
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.28.0.0/24
|
||||||
Reference in New Issue
Block a user