mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-16 02:46:44 +02:00
Pull images from Docker Hub by default
This commit is contained in:
parent
8fc95a96d2
commit
581a0882af
@ -87,7 +87,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
webmail:
|
||||
build: roundcube
|
||||
# build: roundcube
|
||||
image: freeposte/roundcube
|
||||
restart: always
|
||||
env_file: freeposte.env
|
||||
@ -95,7 +95,7 @@ services:
|
||||
- /freeposte/webmail:/data
|
||||
|
||||
fetchmail:
|
||||
build: fetchmail
|
||||
# build: fetchmail
|
||||
image: freeposte/fetchmail
|
||||
restart: always
|
||||
env_file: freeposte.env
|
||||
|
Loading…
Reference in New Issue
Block a user