kind of working

This commit is contained in:
2025-04-11 11:06:01 +02:00
parent 0b7f362c80
commit 3349ea882d
11 changed files with 235 additions and 37 deletions

View File

@@ -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