Skip to content

Commit

Permalink
更新镜像tag信息
Browse files Browse the repository at this point in the history
  • Loading branch information
henry committed Dec 6, 2024
1 parent 01e02a5 commit d5760aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
```yaml
services:
wechat:
image: sassv/wechat-tint2:latest
image: sassv/wechat:tint2-4.0.0.30
container_name: wechat
security_opt:
- seccomp:unconfined #optional
Expand Down Expand Up @@ -80,7 +80,7 @@ docker run -d \
--device /dev/dri:/dev/dri \
--shm-size="4gb" \
--restart unless-stopped \
sassv/wechat-tint2:latest
sassv/wechat:tint2-4.0.0.30
```
## 参数
容器是通过在运行时传递的参数(如上述所示)进行配置的。这些参数用冒号分隔,并分别表示`< external >:< internal >`。例如,`-p 8080:80` 将使容器内的80端口可以从容器外部的主机 IP 的8080端口上进行访问。
Expand Down

0 comments on commit d5760aa

Please sign in to comment.