웹 기반 Database 관리 툴 올챙이 Docker Container 설치

docker run -d \
    --name tadpole-for-db-tools \
    -p 8080:8080 \
    --restart=always \
    -v /etc/localtime:/etc/localtime:ro \
    -v /usr/local/tomcat/tadpole-for-db-tools/logs:/usr/local/tomcat/logs \
    -e TZ=Asia/Seoul \
    hyunjongcho/tadpoledbhub:latest