FTP Server (Cara 2): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 May 2025

  • curprev 09:3609:36, 20 May 2025Akhyar talk contribs 2,411 bytes +2,411 Created page with "= FTP Server (Cara 2) = Cara 2 ini masih menggunakan proftpd namun menggunakan Dockerfile. Buat Folder ftp-server, kemudian buat Dockerfile di dalam folder tersebut. Pada cara 2 ini proses Deploy FTP-Server tidak melibatkan apache karena pada dasarnya proftpd tidak memerlukan apache. Adapun isi Dockerfile yang penulis buat adalah : FROM debian:bullseye RUN apt-get update && \ apt-get install -y proftpd-basic nano && \ apt-get clean RUN useradd -d /home/f..."