mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-11-29 16:09:49 +00:00
add watchtower
This commit is contained in:
@@ -6,9 +6,11 @@ networks:
|
||||
|
||||
services:
|
||||
server:
|
||||
image: drakkan/sftpgo:v2.6.6
|
||||
image: drakkan/sftpgo:v2
|
||||
container_name: sftpgo
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
environment:
|
||||
- SFTPGO_COMMON_IDLE_TIMEOUT=${SFTPGO_COMMON_IDLE_TIMEOUT}
|
||||
- SFTPGO_COMMON_UPLOAD_MODE=${SFTPGO_COMMON_UPLOAD_MODE}
|
||||
|
||||
Reference in New Issue
Block a user