Clean up files.
This commit is contained in:
parent
52260071af
commit
4264bde005
@ -8,4 +8,3 @@ FROM nginx
|
|||||||
COPY ./config/nginx.conf /etc/nginx/nginx.conf
|
COPY ./config/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
COPY ./config/conf.d/* /etc/nginx/conf.d/
|
COPY ./config/conf.d/* /etc/nginx/conf.d/
|
||||||
|
|
||||||
|
@ -10,11 +10,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: nginx
|
image: nginx
|
||||||
restart: always
|
restart: always
|
||||||
# Instead of using a volume, have the config files in . and COPY them to container with DockerFile
|
|
||||||
# volumes:
|
|
||||||
# - /opt/Docker/Volumes/ReverseProxy/nginx:/etc/nginx/
|
|
||||||
build: ./
|
build: ./
|
||||||
ports:
|
ports:
|
||||||
- 8081:80
|
- 8081:80
|
||||||
- 8082:443
|
- 8082:443
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user