changed docker-compose to work on all machines
This commit is contained in:
parent
3c73706647
commit
2485af445f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue