Skip to content

Commit

Permalink
Actualizo docker-compose con nueva notación de volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslavandeira committed Sep 3, 2018
1 parent faf73ec commit 94cb546
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ services:
- "9000:9000"
entrypoint: minio server /data
volumes:
- type: volume
source: /mnt/data
target: /data
- type: volume
source: /mnt/config
target: /root/.minio
- /mnt/data:/data
- /mnt/config:/root/.minio
environment:
- "MINIO_ACCESS_KEY=development"
- "MINIO_SECRET_KEY=development"

0 comments on commit 94cb546

Please sign in to comment.