https://github.com/nitaking/docker-files
https://github.com/nitaking/docker-files
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitaking/docker-files
- Owner: nitaking
- Created: 2020-01-26T23:21:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T12:57:58.000Z (over 4 years ago)
- Last Synced: 2025-03-11T04:37:57.152Z (about 1 year ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
docker files
# Container
- common-mysql: mysq@5.7
- common-redis: redis@4.0.9-alpine
- common-mongo: mongo@3.7.5
# Script
Script | 説明
--- | ---
docker-compose up -d | 全コンテナ起動
docker-compose down | 全コンテナ停止
Script | 説明 | ex
--- | --- | ---
docker-compose up -d `` | 個別コンテナ起動 | docker-compose up -d common-mysql