forked from michael.heier/citadel-core
Citadel 0.0.6 (#59)
Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
This commit is contained in:
parent
85f9886137
commit
a8d224f597
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
tor:
|
tor:
|
||||||
container_name: tor
|
container_name: tor
|
||||||
image: lncm/tor:0.4.7.7@sha256:3c4ae833d2fefbea7d960f833a1e89fc9b2069a6e5f360109b5ddc9334ac0227
|
image: lncm/tor:0.4.7.8@sha256:aab30ebb496aa25934d6096951d8b200347c3c3ce5db3493695229efa2601f7b
|
||||||
user: toruser
|
user: toruser
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -15,7 +15,7 @@ services:
|
||||||
ipv4_address: $TOR_PROXY_IP
|
ipv4_address: $TOR_PROXY_IP
|
||||||
app-tor:
|
app-tor:
|
||||||
container_name: app-tor
|
container_name: app-tor
|
||||||
image: lncm/tor:0.4.7.7@sha256:3c4ae833d2fefbea7d960f833a1e89fc9b2069a6e5f360109b5ddc9334ac0227
|
image: lncm/tor:0.4.7.8@sha256:aab30ebb496aa25934d6096951d8b200347c3c3ce5db3493695229efa2601f7b
|
||||||
user: toruser
|
user: toruser
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -26,7 +26,7 @@ services:
|
||||||
ipv4_address: $APPS_TOR_IP
|
ipv4_address: $APPS_TOR_IP
|
||||||
app-2-tor:
|
app-2-tor:
|
||||||
container_name: app-2-tor
|
container_name: app-2-tor
|
||||||
image: lncm/tor:0.4.7.7@sha256:3c4ae833d2fefbea7d960f833a1e89fc9b2069a6e5f360109b5ddc9334ac0227
|
image: lncm/tor:0.4.7.8@sha256:aab30ebb496aa25934d6096951d8b200347c3c3ce5db3493695229efa2601f7b
|
||||||
user: toruser
|
user: toruser
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -37,7 +37,7 @@ services:
|
||||||
ipv4_address: $APPS_2_TOR_IP
|
ipv4_address: $APPS_2_TOR_IP
|
||||||
app-3-tor:
|
app-3-tor:
|
||||||
container_name: app-3-tor
|
container_name: app-3-tor
|
||||||
image: lncm/tor:0.4.7.7@sha256:3c4ae833d2fefbea7d960f833a1e89fc9b2069a6e5f360109b5ddc9334ac0227
|
image: lncm/tor:0.4.7.8@sha256:aab30ebb496aa25934d6096951d8b200347c3c3ce5db3493695229efa2601f7b
|
||||||
user: toruser
|
user: toruser
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"name": "Citadel 0.0.5",
|
"name": "Citadel 0.0.6",
|
||||||
"requires": ">=0.0.1",
|
"requires": ">=0.0.1",
|
||||||
"notes": "This update fixes a few bugs in the 0.0.4 release that were preventing some apps from working correctly."
|
"notes": "This update fixes a security issue in Tor which could lead to slower Tor performance or your node being inaccessible via Tor."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user