You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add sftpgo
This commit is contained in:
		| @@ -502,6 +502,7 @@ A collection of delicious docker recipes. | ||||
| - [x] sentry | ||||
| - [x] screego/server | ||||
| - [x] atmoz/sftp | ||||
| - [x] drakkan/sftpgo | ||||
| - [x] quay.io/outline/shadowbox | ||||
| - [x] shlinkio/shlink | ||||
| - [x] snipe/snipe-it | ||||
|   | ||||
							
								
								
									
										2
									
								
								sftpgo/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								sftpgo/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| sftpgo | ||||
| ====== | ||||
							
								
								
									
										12
									
								
								sftpgo/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								sftpgo/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| version: "3.8" | ||||
| services: | ||||
|   sftpgo: | ||||
|     image: drakkan/sftpgo:v2-alpine | ||||
|     ports: | ||||
|     - "2022:2022" | ||||
|     - "8080:8080" | ||||
|     volumes: | ||||
|     - ./data/etc:/var/lib/sftpgo | ||||
|     - ./data/var:/srv/sftpgo | ||||
|     restart: unless-stopped | ||||
|  | ||||
		Reference in New Issue
	
	Block a user