feat: update config

This commit is contained in:
liuyx 2025-03-21 20:03:42 +08:00
parent da517642b6
commit c1a948ecfd

View File

@ -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: