2018-07-03 00:08:03 +00:00
|
|
|
version: '2'
|
|
|
|
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
image: nextcloud:latest
|
|
|
|
container_name: nextcloud
|
|
|
|
ports:
|
2020-12-29 18:38:48 +00:00
|
|
|
- 8000:80
|
2018-07-03 00:08:03 +00:00
|
|
|
volumes:
|
2019-01-20 21:05:19 +00:00
|
|
|
- .:/var/www/html
|
2018-07-03 00:08:03 +00:00
|
|
|
restart: always
|