kind of working
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
#web:
|
||||
# build:
|
||||
# context: ..
|
||||
# dockerfile: ./docker/Dockerfile
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# #volumes:
|
||||
# #- ./your-website-files:/var/www/html/
|
||||
# #- ./httpd.conf:/etc/apache2/sites-available/000-default.conf
|
||||
web:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: ./docker/Dockerfile
|
||||
ports:
|
||||
- "80:80"
|
||||
#volumes:
|
||||
#- ../:/var/www/html/
|
||||
#- ./httpd.conf:/etc/apache2/sites-available/000-default.conf
|
||||
|
||||
db:
|
||||
image: mariadb:10
|
||||
|
||||
Reference in New Issue
Block a user