diff options
author | BiRabittoh <birabittoh@tilde.institute> | 2023-07-10 11:32:09 +0200 |
---|---|---|
committer | BiRabittoh <birabittoh@tilde.institute> | 2023-07-10 11:32:09 +0200 |
commit | 7fef7f1a7a9eacce07be54ba3af0e2415377a39b (patch) | |
tree | 07b016277f01108883bb736b5f8e053acf351e7c /docker-compose.yaml | |
parent | d4b4aaf72d84f02c001002a7f56119ae060dc520 (diff) | |
download | tnt-search-7fef7f1a7a9eacce07be54ba3af0e2415377a39b.tar.gz |
update docker-compose.yaml
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 562d399..c104d14 100644 --- a/docker-compose.yaml +++ b/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 |