13 lines
197 B
YAML
13 lines
197 B
YAML
services:
|
|
nextcloud:
|
|
image: nextcloud-fixed
|
|
container_name: nextcloud
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- nextcloud:/var/www/html
|
|
restart: always
|
|
|
|
volumes:
|
|
nextcloud:
|