jaywork2020

Results 5 comments of jaywork2020

@stilliard Thank you for your help. Do I still create the user like this when mounting to a path on the server? Assume my volume is set like this ```...

@stilliard Yes I did Here is how I create the ftpd_server using the composer file ``` version: "3" services: ftpd_server: image: stilliard/pure-ftpd container_name: ftpd_server restart: always ports: - "21:21" -...

@tkw1536 Thank you for you assistance. I have improved the `docker-compose.yml` file to the following ``` version: "3" services: nginx-proxy: image: jwilder/nginx-proxy container_name: nginx-proxy ports: - "80:80" - "443:443" restart:...

@tkw1536 Here is the logs I see what I run `docker-compose up` ``` mysql_server | 2020-10-14 20:07:29+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.21-1debian10 started. mysql_server | 2020-10-14 20:07:30+00:00...

I updated the issue details as I did some troubleshooting trying to find the cause. Still not sure why.