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