wtshare/docker-compose.yml
2022-10-14 23:13:16 +02:00

19 lines
318 B
YAML

version: '2'
services:
wtshare:
build: ./
image: wtshare
container_name: wtshare
hostname: wtshare
restart: always
ports:
- 3000:3000
- 8888:8888
- 8888:8888/udp
networks:
wtsharenet:
networks:
wtsharenet: