Finally Nextcloud and Gitea running behind reverse proxy.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user