thsf.net/docker-compose.yml

13 lines
236 B
YAML
Raw Normal View History

2023-04-22 08:07:56 +02:00
version: "2"
services:
thsf:
build:
dockerfile: thsf.Dockerfile
context: .
2023-04-23 08:57:53 +02:00
extra_hosts:
- "23.thsf.net:192.168.122.26"
2023-04-22 08:07:56 +02:00
ports:
2023-04-23 08:57:53 +02:00
- "127.0.0.1:8042:8042"
2023-04-22 08:07:56 +02:00
image: thsf:latest
container_name: thsf