Update docker-compose.yml

add fork image with darkmode only
This commit is contained in:
LRVT 2023-11-08 17:35:34 +01:00 committed by GitHub
parent b0d292d577
commit a77f527889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@ version: "3"
services:
send:
image: registry.gitlab.com/timvisee/send:latest
image: registry.gitlab.com/timvisee/send:latest # official image
#image: l4rm4nd/send:latest # image of a fork with darkmode only
container_name: send-app
restart: unless-stopped
ports: