Browse Source

Der Port 8080 wird nicht mehr von Docker an den Host weitergeleitet

Es geht jetzt alles nur noch über den Proxy
20.X-Preperation
bmen 4 years ago
parent
commit
53c838363d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      docker-compose.yml

+ 0
- 2
docker-compose.yml View File

@ -50,8 +50,6 @@ services:
web: web:
image: nginx:1.19-alpine image: nginx:1.19-alpine
restart: always restart: always
ports:
- 8080:80
volumes: volumes:
- /opt/docker/nextcloud/app:/var/www/html:ro - /opt/docker/nextcloud/app:/var/www/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx.conf:/etc/nginx/nginx.conf:ro


Loading…
Cancel
Save