Skip to content

JoBinsJP/dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySql Grants:

For MySql57 Access denied for user 'root'@'localhost' issue:

  • run following before creating database. If database already created, drop database and create after running this command.
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password';

Traefik Certificates for HTTPs

  1. install mkcert
# If it's the firt install of mkcert, run
mkcert -install
  1. Generate certificate for domain and store in certs
mkcert -cert-file traefik/certs/local-cert.pem -key-file traefik/certs/local-key.pem "localhost" "jobins-crm.localhost"

Releases

No releases published

Packages

No packages published

Languages