1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
This commit is contained in:
kev 2019-10-21 11:49:39 +08:00
parent b48eefc547
commit 79d8dac378
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
coordinator:
image: vimagick/prestodb
image: vimagick/prestodb:alpine
ports:
- "8080:8080"
volumes:
@ -19,7 +19,7 @@ services:
condition: on-failure
worker:
image: vimagick/prestodb
image: vimagick/prestodb:alpine
volumes:
- /data:/data
- prestodb_worker_conf:/opt/presto/etc

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
coordinator:
image: vimagick/prestosql
image: vimagick/prestosql:alpine
ports:
- "8080:8080"
volumes:
@ -19,7 +19,7 @@ services:
condition: on-failure
worker:
image: vimagick/prestosql
image: vimagick/prestosql:alpine
volumes:
- /data:/data
- prestosql_worker_conf:/opt/presto/etc