scripts/json2xdb/docker-compose.yml

13 lines
219 B
YAML
Raw Normal View History

2024-01-24 10:15:00 +00:00
# Uses default credentials
version: '3.1'
services:
db:
image: mysql:5.5.42
restart: always
ports:
- 3306:3306
environment:
MYSQL_ROOT_PASSWORD: mypassword
MYSQL_DATABASE: tabledata