Make Send image configurable

This commit is contained in:
timvisee
2020-07-09 12:11:05 +02:00
parent 52c280882a
commit 4b999e9dc5
3 changed files with 7 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ services:
- proxy-vhost:/etc/nginx/vhost.d
- proxy-html:/usr/share/nginx/html
send:
image: 'mozilla/send:latest'
image: '${DOCKER_SEND_IMAGE}'
restart: always
ports:
- '1234:1234'