adding container name for nc cron
This commit is contained in:
parent
d9bbd1e0aa
commit
64cc14226a
|
|
@ -293,6 +293,7 @@ services:
|
||||||
|
|
||||||
cron-nextcloud:
|
cron-nextcloud:
|
||||||
image: nextcloud:25
|
image: nextcloud:25
|
||||||
|
container_name: cron-nextcloud
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./nextcloud/html:/var/www/html
|
- ./nextcloud/html:/var/www/html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue