mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 11:55:08 +01:00
10 lines
157 B
YAML
10 lines
157 B
YAML
version: '2'
|
|
|
|
services:
|
|
nc:
|
|
image: nextcloud:27.1.4-apache
|
|
restart: always
|
|
ports:
|
|
- 8080:80
|
|
volumes:
|
|
- nextcloud:/var/www/html
|