Nextcloud/energy-tests/compose-sqlite.yml
2023-09-22 15:33:31 +02:00

11 lines
157 B
YAML

version: '2'
services:
nc:
image: nextcloud:27.1.1-apache
restart: always
ports:
- 8080:80
volumes:
- nextcloud:/var/www/html