Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sffxzzp authored Feb 17, 2024
1 parent 9ab8fb5 commit a191a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ghcr.io/sffxzzp/asfcn:latest
使用在线镜像,保持程序在后台运行:

``` shell
docker run -d --name asf -p 1242:1242 -v $PWD/config:/app/config -v $PWD/logs:/app/logs --rm sffxzzp/asfcn:latest
docker run -d --name asf -p 1242:1242 -v $PWD/config:/app/config -v $PWD/logs:/app/logs sffxzzp/asfcn:latest
```

或者,在前台运行(可以开个 screen,然后运行):
Expand Down

0 comments on commit a191a40

Please sign in to comment.