mirror of
https://github.com/hufrea/byedpi.git
synced 2025-01-31 05:38:31 +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'
|