-
Clone Github Repository
git clone https://github.com/ThomasPf-git/docker-school.git -
open
insyorsytdfolder -
Run
docker-compose up -din terimal to create the required volumes and networks and containers -
do this for the other folder too if u want to
⚡ATTENTION⚡ Ports changed (look them up in docker desktop or compose file to be extra sure)
insy-mysql credentials:
- user:
root - pw:
mysql - port:
3398
sytd-mysql credentials:
- user:
root - pw:
mysql - port:
3399
insy-mongo credentials:
- user:
root - pw:
mongo - port:
27017
manage everything else from docker desktop
changelog:
now u dont need to create volumes or networks beforehand, everything gets spinned up with the docker-compose command
data is still persistent across restarting containers - no worries
should be easier to use now