adding nc cron
This commit is contained in:
parent
01017f447a
commit
d9bbd1e0aa
|
|
@ -277,7 +277,7 @@ services:
|
|||
- OVERWRITEPROTOCOL=https
|
||||
- OVERWRITECLIURL=http://localhost/
|
||||
# NOTE: These configurations above make it work with the subdirectory
|
||||
# but you cannot set VIRTUAL_PORT
|
||||
# but you cannot set VIRTUAL_PORT
|
||||
# for reasons I have no idea
|
||||
- VIRTUAL_HOST=${DOMAIN},www.${DOMAIN}
|
||||
- VIRTUAL_PATH=/cloud/
|
||||
|
|
@ -291,6 +291,17 @@ services:
|
|||
ports:
|
||||
- 8888:80
|
||||
|
||||
cron-nextcloud:
|
||||
image: nextcloud:25
|
||||
restart: always
|
||||
volumes:
|
||||
- ./nextcloud/html:/var/www/html
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
mysql-nextcloud:
|
||||
condition: service_healthy
|
||||
#redis:
|
||||
|
||||
mysql-nextcloud:
|
||||
image: mariadb:10
|
||||
container_name: mysql-nextcloud
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ h4 {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
margin-top: -5px;
|
||||
margin-top: 5px;
|
||||
color: solid #000 !important;
|
||||
-webkit-print-color-adjust: exact;//:For Chrome
|
||||
color-adjust: exact;//:For Firefox
|
||||
|
|
|
|||
Loading…
Reference in a new issue