aboutsummaryrefslogtreecommitdiff
path: root/docker/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/docker-compose.yml')
-rw-r--r--docker/docker-compose.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 2c3679885..054f0faa6 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -2,8 +2,7 @@ version: '2'
services:
master:
- #image: chrislusf/seaweedfs # use a remote image
- build: . # build our container from the local Dockerfile
+ image: chrislusf/seaweedfs # use a remote image
ports:
- 9333:9333
command: "master"
@@ -12,8 +11,7 @@ services:
aliases:
- seaweed_master
volume:
- #image: chrislusf/seaweedfs # use a remote image
- build: . # build our container from the local Dockerfile
+ image: chrislusf/seaweedfs # use a remote image
ports:
- 8080:8080
- 18080:18080
@@ -25,8 +23,7 @@ services:
aliases:
- seaweed_volume
filer:
- #image: chrislusf/seaweedfs # use a remote image
- build: . # build our container from the local Dockerfile
+ image: chrislusf/seaweedfs # use a remote image
ports:
- 8888:8888
- 18888:18888
@@ -39,8 +36,7 @@ services:
aliases:
- seaweed_filer
s3:
- #image: chrislusf/seaweedfs # use a remote image
- build: . # build our container from the local Dockerfile
+ image: chrislusf/seaweedfs # use a remote image
ports:
- 8333:8333
command: 's3 -filer="filer:8888"'