version: '2' services: nextcloud: image: nextcloud:production restart: always ports: - 8080:80 volumes: - /data:/data:rw - ./data:/var/www/html