1panel-network 是一个已经存在的 Docker 网络,Docker Compose 会使用这个网络来连接服务,而不是创建一个新的网络。
This commit is contained in:
rebecca554owen 2025-01-16 10:03:00 +08:00 committed by GitHub
parent 46f8b691be
commit 1f7af1debf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,7 @@ services:
networks:
1panel-network:
driver: bridge
external: true
```
5. Initialize Installation: