Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add fork image with darkmode only
  • Loading branch information
l4rm4nd authored Nov 8, 2023
1 parent b0d292d commit a77f527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/send/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a77f527

Please sign in to comment.