https://github.com/capellegab/docker-config
https://github.com/capellegab/docker-config
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/capellegab/docker-config
- Owner: CapelleGab
- Created: 2025-03-25T12:56:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T10:51:17.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:33:26.747Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-config
### Mariadb docker
```
curl -fsS https://raw.githubusercontent.com/CapelleGab/docker-config/refs/heads/main/compose-mariadb.yml > compose.yml
```
### Mysql docker
```
curl -fsS https://raw.githubusercontent.com/CapelleGab/docker-config/refs/heads/main/compose-mysql.yml > compose.yml
```
### PosgreSQL docker
```
curl -fsS https://raw.githubusercontent.com/CapelleGab/docker-config/refs/heads/main/compose-posgresql.yml > compose.yml
```