mirror of
https://github.com/hufrea/byedpi.git
synced 2025-01-18 16:52:51 +00:00
11 lines
194 B
YAML
11 lines
194 B
YAML
version: '3'
|
|
services:
|
|
byedpi:
|
|
container_name: 'byedpi'
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
command: ["-s", "2", "-d", "2"]
|
|
ports:
|
|
- '1080:1080'
|