2 Commits

Author SHA1 Message Date
d50d74505c Ignore .env* 2025-05-08 22:57:08 +02:00
8d310e4e59 Bump version to 2.1 2025-05-08 22:53:43 +02:00
4 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -3,5 +3,5 @@ srv/
config/
logs/
data/
.env
.env*
vsftpd.pem

View File

@@ -1,7 +1,7 @@
FROM debian:stable
LABEL maintainer="Luca Derderian <luca@wululu.de>"
LABEL version="${VERSION:-2.0}"
LABEL version="${VERSION:-2.1}"
ARG FTP_UID=48
ARG FTP_GID=48

View File

@@ -1,11 +1,11 @@
services:
vsftpd:
container_name: vsftpd
image: wululu/vsftpd:${VERSION:-2.0}
image: wululu/vsftpd:${VERSION:-2.1}
build:
context: .
args:
VERSION: ${VERSION:-2.0}
VERSION: ${VERSION:-2.1}
volumes:
- ./data:/srv
- ./config:/etc/vsftpd

View File

@@ -1,6 +1,6 @@
COMPOSE_PROJECT_NAME=vsftpd
VERSION=2.0
VERSION=2.1
FTP_USER=
FTP_PASSWORD=