update docker-compose.yaml
BiRabittoh birabittoh@tilde.institute
Mon, 10 Jul 2023 11:32:09 +0200
1 files changed,
7 insertions(+),
2 deletions(-)
jump to
M
docker-compose.yaml
→
docker-compose.yaml
@@ -2,6 +2,11 @@ services:
tnt-search: build: . container_name: tnt-search - ports: - - "127.0.0.1:5000:5000" # Replace with "5000:5000" if you don't use a reverse proxy + #ports: + # - "5000:5000" # Uncomment if you don't use a reverse proxy restart: unless-stopped + networks: + - swag_default +networks: + swag_default: + external: true