mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 14:00:58 +03:00
Make Send image configurable
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user