maxmin93 / my-blog-comments

comments repository for maxmin93.github.io
0 stars 0 forks source link

posts/2022-08-14-postgres-tz-locale-setup/ #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

도커 postresql 시간대, 언어 설정 방법들의 비교 | 태주네 블로그

도커 postgresql 의 다양한 환경설정 방법들을 실험하며 차이점을 살펴보겠습니다.

https://taejoone.jeju.onl/posts/2022-08-14-postgres-tz-locale-setup/

maxmin93 commented 2 years ago

Docker - MariaDB:10

$ docker run -it --rm --name mdb-10 \
    -e MARIADB_USER=tonyne -e MARIADB_PASSWORD=password \
    -e MARIADB_ROOT_PASSWORD=root_password  \
    mariadb:10