We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d292d commit a77f527Copy full SHA for a77f527
examples/send/docker-compose.yml
@@ -3,7 +3,8 @@ version: "3"
3
services:
4
5
send:
6
- image: registry.gitlab.com/timvisee/send:latest
+ image: registry.gitlab.com/timvisee/send:latest # official image
7
+ #image: l4rm4nd/send:latest # image of a fork with darkmode only
8
container_name: send-app
9
restart: unless-stopped
10
ports:
0 commit comments