update
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
# 把容器的数据目录挂载到宿主机数据盘 /data/ftp
|
||||
# 默认主动模式,控制端口默认监听 21
|
||||
vsftpd-anonymous:
|
||||
image: harbor.colben.cn/general/vsftpd:latest
|
||||
image: harbor.boyachain.cn:20443/general/vsftpd:latest
|
||||
container_name: vsftpd-anonymous
|
||||
restart: "on-failure"
|
||||
network_mode: host
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
# 把容器的数据目录挂载到宿主机数据盘 /data/ftp
|
||||
# 默认主动模式,控制端口监听 3021
|
||||
vsftpd-full:
|
||||
image: harbor.colben.cn/general/vsftpd:latest
|
||||
image: harbor.boyachain.cn:20443/general/vsftpd:latest
|
||||
container_name: vsftpd-full
|
||||
restart: "on-failure"
|
||||
environment:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
# 把容器的数据目录挂载到宿主机数据盘 /data/ftp
|
||||
# 开启被动模式,控制端口监听 8021,数据端口监听 8022
|
||||
vsftpd:
|
||||
image: harbor.colben.cn/general/vsftpd:latest
|
||||
image: harbor.boyachain.cn:20443/general/vsftpd:latest
|
||||
container_name: vsftpd
|
||||
restart: "on-failure"
|
||||
environment:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/alpine$ARCH:3.12
|
||||
FROM harbor.colben.cn/general/alpine$ARCH:3.20
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
ADD --chown=root:root /ADD/ /opt/
|
||||
RUN apk update \
|
||||
|
||||
Reference in New Issue
Block a user