Merge pull request #23 from maxage/main

Update README.md and compose.yaml
This commit is contained in:
时雨
2025-08-25 00:37:48 +08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ chmod 777 data/db data/mount
2. **下载 Docker Compose 文件**: 2. **下载 Docker Compose 文件**:
```bash ```bash
curl -O https://raw.githubusercontent.com/DrizzleTime/foxel/main/docker-compose.yml curl -L -O https://github.com/DrizzleTime/Foxel/raw/main/compose.yaml
``` ```
3. **启动服务**: 3. **启动服务**:
+3 -2
View File
@@ -1,6 +1,7 @@
services: services:
foxel: foxel:
image: ghcr.io/drizzletime/foxel:last image: ghcr.io/drizzletime/foxel:latest
#image: ghcr.nju.edu.cn/drizzletime/foxel:latest #国内用户可以用此镜像命令
container_name: foxel container_name: foxel
restart: unless-stopped restart: unless-stopped
ports: ports:
@@ -17,4 +18,4 @@ services:
networks: networks:
foxel-network: foxel-network:
driver: bridge driver: bridge