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

12 lines
184 B
YAML
Raw Normal View History

version: '2'
services:
app:
image: nextcloud:latest
container_name: nextcloud
ports:
2020-12-29 18:38:48 +00:00
- 8000:80
volumes:
- .:/var/www/html
restart: always