Finally Nextcloud and Gitea running behind reverse proxy.

This commit is contained in:
2021-02-14 17:20:39 +01:00
parent 27f0eaa771
commit ecaad85a30
6 changed files with 53 additions and 202 deletions

View File

@@ -1,12 +0,0 @@
version: '2'
services:
nginx:
image: nginx:latest
ports:
- "80:80"
- "443:443"
volumes:
- D:\dev\docker\docker-compose\nginx\nginx.conf:/etc/nginx/nginx.conf
restart: always
network_mode: host