mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Revert "attempt to fix FilterLists static file access"
This reverts commit b46f2e2ed8.
This commit is contained in:
parent
8c079012b5
commit
3c2e9a0bfa
3 changed files with 6 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
# web:
|
||||
# volumes:
|
||||
# - web-static:/app/wwwroot
|
||||
web:
|
||||
volumes:
|
||||
- web-static:/app/wwwroot
|
||||
|
||||
networks:
|
||||
# https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml
|
||||
|
|
@ -11,6 +11,6 @@ networks:
|
|||
external:
|
||||
name: wp-host_reverse-proxy
|
||||
|
||||
#volumes:
|
||||
# web-static:
|
||||
volumes:
|
||||
web-static:
|
||||
|
||||
|
|
@ -10,9 +10,6 @@ services:
|
|||
- reverse-proxy
|
||||
volumes:
|
||||
- ./ops/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
|
||||
web:
|
||||
image: collinbarrett/filterlists.web:latest
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@ RUN dotnet publish -c Release -o out --no-restore
|
|||
# run
|
||||
FROM runtime as final
|
||||
COPY --from=build /app/src/FilterLists.Web/out ./
|
||||
#VOLUME /app/wwwroot
|
||||
VOLUME /app/wwwroot
|
||||
|
|
|
|||
Loading…
Reference in a new issue