diff --git a/docker-compose.yml b/docker-compose.yml index 0b532d8..ddfdc03 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -310,7 +310,7 @@ services: image: nginx:alpine restart: always ports: - - 192.168.1.33:8380:80 + - 192.168.1.30:8380:80 volumes: - ./appdata/nextcloud/nginx.conf:/etc/nginx/nginx.conf - ./appdata/nextcloud/html:/var/www/html:z,ro