2022-10-07 15:51:20 +05:00
|
|
|
version: '3.5'
|
|
|
|
services:
|
|
|
|
#########################
|
|
|
|
app:
|
|
|
|
build: .
|
|
|
|
image: git.shihaam.me/dockerfiles/nextcloud
|
2022-10-07 18:02:43 +05:00
|
|
|
volumes:
|
2022-10-07 19:09:27 +05:00
|
|
|
- ./configs/init:/root/init
|
2022-10-07 19:31:34 +05:00
|
|
|
- ./configs/etc/nginx:/etc/nginx
|
2022-10-07 19:09:27 +05:00
|
|
|
- ./configs/etc/php:/etc/php
|
2022-10-08 03:38:12 +05:00
|
|
|
- ./configs/var/www/html/config:/var/www/html/config
|
2022-10-07 20:16:33 +05:00
|
|
|
- ./nextcloud:/var/www/html
|
|
|
|
- ./logs:/root/logs
|
2022-10-07 15:51:20 +05:00
|
|
|
ports:
|
|
|
|
- 8000:80
|