|
@ -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 |
|
|