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