changed docker-compose to work on all machines

This commit is contained in:
Patryk Hegenberg 2023-12-30 10:44:22 +01:00
parent 3c73706647
commit 2485af445f

View file

@ -4,7 +4,6 @@ services:
web:
#image: math_wizard
build:
context: /home/pata/dev/WebProg/TheMathWizard
dockerfile: Dockerfile.math_wizard
ports:
- "8080:8080"
@ -15,7 +14,6 @@ services:
db:
build:
context: /home/pata/dev/WebProg/TheMathWizard
dockerfile: Dockerfile.db
environment:
MYSQL_ROOT_PASSWORD: password