I have a docker compose file with the following entries version: '2.1' services: mysql: container_name: mysql image: mysql:latest volumes: - ./mysqldata:/var/lib/mysql environment: MYSQL_ROOT_PASSWORD: 'password' ports: - '3306:3306' healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3306"] interval: 30s timeout: 10s retries: 5 test1: container_name: test1 image: test1:latest ports: - '488
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く