Skip to content

Commit

Permalink
fix docker compose windows double declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Sep 9, 2024
1 parent bed31cd commit 422cf77
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions docker-compose-windows.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
services:
mysql:
image: mysql:8
environment:
- MYSQL_ROOT_PASSWORD=my-secret-pw
healthcheck:
test: ['CMD', 'mysqladmin', 'ping', '-h', 'localhost']
timeout: 20s
retries: 10
ports:
- '3306:3306'
- '33060:33060'
volumes:
- ./.mysql-data:/var/lib/mysql
minio:
image: minio/minio
ports:
- '9000:9000'
- '9090:9090'
environment:
- MINIO_ROOT_USER=minioadmin
- MINIO_ROOT_PASSWORD=minioadmin
- MINIO_ACCESS_KEY=minio
- MINIO_SECRET_KEY=minio123
volumes:
- ./.minio-data:/data
command: server --console-address ":9090" /data
services:
mysql:
image: mysql:8
Expand Down

0 comments on commit 422cf77

Please sign in to comment.