Clean up files.

This commit is contained in:
Hyperling 2022-10-30 08:20:23 -05:00
parent 52260071af
commit 4264bde005
2 changed files with 0 additions and 5 deletions

View File

@ -8,4 +8,3 @@ FROM nginx
COPY ./config/nginx.conf /etc/nginx/nginx.conf
COPY ./config/conf.d/* /etc/nginx/conf.d/

View File

@ -10,11 +10,7 @@ services:
app:
image: nginx
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: ./
ports:
- 8081:80
- 8082:443