更新filerun镜像源并修复文件末尾换行
This commit is contained in:
parent
e654b3b3a2
commit
b569611263
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
filerun:
|
filerun:
|
||||||
image: ghcr.io/filerun/filerun
|
image: registry.cn-hangzhou.aliyuncs.com/filerun/filerun
|
||||||
container_name: filerun
|
container_name: filerun
|
||||||
ports:
|
ports:
|
||||||
- 80 # 映射主机80端口到容器80端口
|
- 80 # 映射主机80端口到容器80端口
|
||||||
|
@ -12,4 +12,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000 # 容器用户UID(默认值)
|
- PUID=1000 # 容器用户UID(默认值)
|
||||||
- PGID=1000 # 容器用户GID(默认值)
|
- PGID=1000 # 容器用户GID(默认值)
|
||||||
restart: unless-stopped # 宿主机重启后自动启动
|
restart: unless-stopped # 宿主机重启后自动启动
|
||||||
|
|
Loading…
Reference in New Issue