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/conf.d/* /etc/nginx/conf.d/
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user