mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
add frpc compose file
This commit is contained in:
14
dockerfiles/frpc/docker-compose.yml
Normal file
14
dockerfiles/frpc/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
frpc:
|
||||
container_name: frpc
|
||||
build: .
|
||||
restart: on-failure:3
|
||||
network_mode: host
|
||||
ports:
|
||||
- 7000:7000
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# - /home/xfy/data/dockge/stacks/frpc/frpc.toml:/app/frpc.toml
|
||||
networks: {}
|
Reference in New Issue
Block a user