This commit is contained in:
2025-10-16 03:27:40 +08:00
parent 5a3d11c6bc
commit da0ebde816
6 changed files with 49 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
services:
light-code:
image: 'kevisual/light-code:latest'
# image: 'kevisual/light-code:latest'
image: 'crpi-92z54xpbq1hzmdcz.cn-hangzhou.personal.cr.aliyuncs.com/kevisual/light-code:latest'
user: root
volumes:
- ./data/code:/app/code
ports:
- '3005:4005'
- '6005:4005'
restart: always
filebrowser:
@@ -17,7 +18,7 @@ services:
- ./data/config:/config
restart: unless-stopped
ports:
- '8080:80'
- '6006:80'
environment:
- PUID=1000
- PGID=1000