13 lines
236 B
YAML
13 lines
236 B
YAML
version: "2"
|
|
services:
|
|
thsf:
|
|
build:
|
|
dockerfile: thsf.Dockerfile
|
|
context: .
|
|
extra_hosts:
|
|
- "23.thsf.net:192.168.122.26"
|
|
ports:
|
|
- "127.0.0.1:8042:8042"
|
|
image: thsf:latest
|
|
container_name: thsf
|