From 0386b3313e555c5289395a414ce66dcddda18fd3 Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 23 Apr 2023 17:57:53 +1100 Subject: [PATCH] fix: add extra hosts --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 18c57c4..7ce5a80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,9 @@ services: build: dockerfile: thsf.Dockerfile context: . - extra_hosts: - - "23.thsf.net:192.168.122.26" + extra_hosts: + - "23.thsf.net:192.168.122.26" ports: - - "0.0.0.0:8042:8042" + - "127.0.0.1:8042:8042" image: thsf:latest container_name: thsf