1
0
Fork 0
docker-compose/nextcloud/docker-compose.yml

12 lines
184 B
YAML
Raw Normal View History

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