Maybe lemmy needs external access

This commit is contained in:
niten 2023-10-03 19:10:40 -07:00
parent fc9ca3cc3c
commit 5bc1c31301
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ let
lemmy = {
service = {
image = lemmyCfg.image;
networks = [ "internal_network" ];
networks = [ "internal_network" "external_network" ];
hostname = "lemmy";
env_file = [ lemmyCfg.envFile ];
volumes = [ "${lemmyCfg.configFile}:/config/config.hjson:ro,Z" ];