feat: update config
This commit is contained in:
parent
da517642b6
commit
c1a948ecfd
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: ./src
|
||||
dockerfile: dockerfiles/Dockerfile-for-frps
|
||||
command: ["-c", "/app/frps.ini"]
|
||||
command: ["-c", "/app/conf/frps.toml"]
|
||||
profiles:
|
||||
- server
|
||||
volumes:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
build:
|
||||
context: ./src
|
||||
dockerfile: dockerfiles/Dockerfile-for-frpc
|
||||
command: ["-c", "/app/frpc.ini"]
|
||||
command: ["-c", "/app/conf/frpc.toml"]
|
||||
profiles:
|
||||
- client
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user