Skip to content

Commit a77f527

Browse files
authored
Update docker-compose.yml
add fork image with darkmode only
1 parent b0d292d commit a77f527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/send/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ version: "3"
33
services:
44

55
send:
6-
image: registry.gitlab.com/timvisee/send:latest
6+
image: registry.gitlab.com/timvisee/send:latest # official image
7+
#image: l4rm4nd/send:latest # image of a fork with darkmode only
78
container_name: send-app
89
restart: unless-stopped
910
ports:

0 commit comments

Comments
 (0)