version: '2' services: app: image: nextcloud:latest container_name: nextcloud ports: - 8080:80 volumes: - .:/var/www/html restart: always