docker-compose.yml 185 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 version: '3' services: db: image: mamuri-db restart: always container_name: mamuri-db-container ports: - '33060:3306' env_file: - "./mysql_init/.env"