mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added filezilla
This commit is contained in:
20
filezilla/compose.yml
Normal file
20
filezilla/compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# https://filezilla-project.org/
|
||||
|
||||
# https://github.com/jlesage/docker-filezilla?tab=readme-ov-file#docker-compose-file
|
||||
|
||||
name: filezilla
|
||||
services:
|
||||
filezilla:
|
||||
image: jlesage/filezilla
|
||||
container_name: filezilla
|
||||
ports:
|
||||
- "5800:5800"
|
||||
volumes:
|
||||
- "./config:/config:rw"
|
||||
- "/:/storage:rw"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Reference in New Issue
Block a user