Skip to content

Commit 3f73e4a

Browse files
authored
Update docker-compose.yml (#7371)
* removed references to third-party GitHub repository: • https://github.com/usbsnowcrash/docker-tor.githttps://github.com/usbsnowcrash/docker-privoxy.git
1 parent 57b8f56 commit 3f73e4a

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

docs/guides/applications/messaging/install-mastodon-on-ubuntu-1604/docker-compose.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,6 @@ services:
8181
- ./public/system:/mastodon/public/system
8282
- ./public/packs:/mastodon/public/packs
8383

84-
## Uncomment to enable federation with tor instances along with adding the following ENV variables
85-
## http_proxy=http://privoxy:8118
86-
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
87-
# tor:
88-
# build: https://github.com/usbsnowcrash/docker-tor.git
89-
# networks:
90-
# - external_network
91-
# - internal_network
92-
#
93-
# privoxy:
94-
# build: https://github.com/usbsnowcrash/docker-privoxy.git
95-
# command: /opt/sbin/privoxy --no-daemon --user privoxy.privoxy /opt/config
96-
# volumes:
97-
# - ./priv-config:/opt/config
98-
# networks:
99-
# - external_network
100-
# - internal_network
101-
10284
nginx:
10385
build:
10486
context: ./nginx
@@ -121,4 +103,4 @@ services:
121103
networks:
122104
external_network:
123105
internal_network:
124-
internal: true
106+
internal: true

0 commit comments

Comments
 (0)