]> Untitled Git - lemmy.git/commitdiff
Add `lemmyexternalproxy` to `lemmy` so that it can talk to the internet (#2960)
authorJason Watkins <jason-watkins@outlook.com>
Thu, 8 Jun 2023 12:30:16 +0000 (05:30 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 12:30:16 +0000 (08:30 -0400)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
docker/docker-compose.yml

index 2463e035239b73c526c4df5bebf930767a026d27..c023741d712b873758fb3797548ac4a43e95cb86 100644 (file)
@@ -39,6 +39,7 @@ services:
     hostname: lemmy
     networks:
       - lemmyinternal
+      - lemmyexternalproxy
     restart: always
     environment:
       - RUST_LOG="warn,lemmy_server=debug,lemmy_api=debug,lemmy_api_common=debug,lemmy_api_crud=debug,lemmy_apub=debug,lemmy_db_schema=debug,lemmy_db_views=debug,lemmy_db_views_actor=debug,lemmy_db_views_moderator=debug,lemmy_routes=debug,lemmy_utils=debug,lemmy_websocket=debug"