diff options
author | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-13 20:46:21 -0600 |
---|---|---|
committer | Jenniferplusplus <contact@jenniferplusplus.com> | 2023-11-13 20:46:21 -0600 |
commit | ab2fad26ce97105d37fc2c96cfc6967d80e00da9 (patch) | |
tree | ee82890b6a169440a0bfd4c923fe5982b9ac2550 /volumes | |
parent | e7cf3fcb3c81a4451dbb088f4768d3b833ce80dc (diff) | |
download | sandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.tar.gz sandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.tar.bz2 sandcastles-ab2fad26ce97105d37fc2c96cfc6967d80e00da9.zip |
simplify service config a little
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/proxy/traefik.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volumes/proxy/traefik.toml b/volumes/proxy/traefik.toml index c6d2e96..034461e 100644 --- a/volumes/proxy/traefik.toml +++ b/volumes/proxy/traefik.toml @@ -19,6 +19,7 @@ [providers.docker] watch = true network = "fediverse" + exposedByDefault = false [providers.file] filename = "/etc/traefik/traefik_dynamic.toml" |