lot of small changes in makefile and conf files, but ssl doesnt work so far
This commit is contained in:
@@ -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
|
||||
|
||||
#---------------------------------
|
||||
# ---------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user