Shahrokh Moghimi
Results
1
comments of
Shahrokh Moghimi
You have to set **port** in docker compose file ``` services: db: image: mariadb command: --max-allowed-packet=64MB restart: always volumes: - db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD= env_file: - ./db.env ports: - "3306:3306"...