File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 volumes :
1414 - mariadb_data:/var/lib/mysql
1515 networks :
16- - bridge
16+ - 1chan
1717
1818 onechan :
1919 build :
@@ -51,7 +51,7 @@ services:
5151 - www-uploads:/src/www/uploads
5252 - sphinxsearch_data:/var/lib/sphinxsearch
5353 networks :
54- - bridge
54+ - 1chan
5555 depends_on :
5656 - db
5757 - redis
@@ -68,7 +68,7 @@ services:
6868 env_file :
6969 - .env
7070 networks :
71- - bridge
71+ - 1chan
7272
7373 i2pgate :
7474 build :
@@ -82,7 +82,7 @@ services:
8282 env_file :
8383 - .env
8484 networks :
85- - bridge
85+ - 1chan
8686
8787 yggdrasil :
8888 build :
@@ -96,7 +96,7 @@ services:
9696 env_file :
9797 - .env
9898 networks :
99- - bridge
99+ - 1chan
100100 cap_add :
101101 - NET_ADMIN
102102 devices :
@@ -113,7 +113,7 @@ services:
113113 volumes :
114114 - redis_data:/data
115115 networks :
116- - bridge
116+ - 1chan
117117
118118volumes :
119119 mariadb_data :
@@ -124,4 +124,4 @@ volumes:
124124 sphinxsearch_data :
125125
126126networks :
127- bridge :
127+ 1chan :
You can’t perform that action at this time.
0 commit comments