lot of small changes in makefile and conf files, but ssl doesnt work so far

This commit is contained in:
hugo gogo
2022-09-01 00:32:24 +02:00
parent 5fa7bb5a79
commit b0a0a2fbd6
6 changed files with 51 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ version: "3.8"
services:
#---------------------------------
# ---------------------------------
test:
build:
@@ -18,16 +18,18 @@ services:
image: test
container_name: mytest
#---------------------------------
# ---------------------------------
nginx:
# restart: on-failure
ports:
- "80:80"
- "443:443"
build:
context: ./requirements/nginx
dockerfile: Dockerfile
image: nginx
container_name: mynginx
#---------------------------------
# ---------------------------------