forked from science-ation/science-ation
Fix paths
This commit is contained in:
parent
730c8fed82
commit
83d1330c00
1
.devcontainer.json
Normal file
1
.devcontainer.json
Normal file
@ -0,0 +1 @@
|
||||
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}
|
@ -6,7 +6,6 @@
|
||||
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
|
||||
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
|
||||
"dockerComposeFile": [
|
||||
"../docker-compose.yml",
|
||||
"docker-compose.yml"
|
||||
],
|
||||
|
||||
|
@ -2,7 +2,7 @@ services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: containers/php/Dockerfile
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./sfiab:/var/www/html/sfiab:rw
|
||||
ports:
|
||||
@ -21,6 +21,5 @@ services:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
- ../sfiab_sudbury.sql:/sfiab_sudbury.sql
|
||||
volumes:
|
||||
db_data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user