version: "3" services: vsftp: restart: always build: . volumes: - ./data:/home/ftp environment: FTP_USER : user FTP_PASS : pass ports: - "2021:21"