Skip to content

Sets up a mysql container for use in Omeka-s or similar projects, includes phpmyadmin

Notifications You must be signed in to change notification settings

libis/omeka-dev-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You can access the phpMyAdmin at http://localhost:8090/

MYSQL is available on port 3308

To use command line mysql: docker exec -it db mysql -u root -p

Use 'db' as hostname in database.ini files

Add the following to a seperate project's docker-compose.yml:

 services:
   ...
   networks:
     - my-network
   ...

 networks:
   my-network:
     external:
       name: dev-network

About

Sets up a mysql container for use in Omeka-s or similar projects, includes phpmyadmin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published