Skip to content
View supakornkim's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report supakornkim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dockercompose-mysql-phpmyadmin dockercompose-mysql-phpmyadmin Public

    Forked from Z-Fikar/dockercompose-mysql-phpmyadmin

    Docker compose setup mysql and phpmyadmin

  2. flutter-for-testing flutter-for-testing Public

    Dart

  3. laravel-for-testing laravel-for-testing Public

    PHP

  4. spring-for-test spring-for-test Public

    CSS

  5. import mysql docker import mysql docker
    1
    docker exec -i container_name mysql -uroot dbname < data.sql;
  6. nginx-proxy nginx-proxy
    1
    version: '3'
    2
    
    
    3
    services:
    4
      nginx-proxy:
    5
        image: jwilder/nginx-proxy