services: mysql-local: image: mysql:8.4 container_name: mysql-local restart: always ports: - "23306:3306" environment: MYSQL_ROOT_PASSWORD: init MYSQL_DATABASE: roomescape_local TZ: UTC command: - --character-set-server=utf8mb4 - --collation-server=utf8mb4_unicode_ci