mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
Create docker-compose.yaml
This commit is contained in:
10
cmd/verysimple/docker-compose.yaml
Normal file
10
cmd/verysimple/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
verysimple:
|
||||
container_name: verysimple
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "/path/server.toml:/server.toml"
|
||||
command: -c server.toml
|
||||
image: verysimple
|
||||
Reference in New Issue
Block a user