add leaf to docker-compose
This commit is contained in:
@@ -7,3 +7,12 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
restart: always
|
||||
|
||||
udp2ws:
|
||||
image: git.danilkolesnikov.ru/danilko09/udp_over_ws:leaf
|
||||
build:
|
||||
context: .
|
||||
dockerfile: leaf.Dockerfile
|
||||
ports:
|
||||
- 5005:5005/udp
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user