fix: add extra hosts
This commit is contained in:
parent
a1d95603a0
commit
0386b3313e
@ -4,9 +4,9 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile: thsf.Dockerfile
|
dockerfile: thsf.Dockerfile
|
||||||
context: .
|
context: .
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "23.thsf.net:192.168.122.26"
|
- "23.thsf.net:192.168.122.26"
|
||||||
ports:
|
ports:
|
||||||
- "0.0.0.0:8042:8042"
|
- "127.0.0.1:8042:8042"
|
||||||
image: thsf:latest
|
image: thsf:latest
|
||||||
container_name: thsf
|
container_name: thsf
|
||||||
|
Loading…
Reference in New Issue
Block a user