Update main.yml

add the image variables
This commit is contained in:
bcurran3 2022-08-15 11:06:01 -07:00 committed by GitHub
parent e13092fb76
commit 6561eddece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@ nextcloud_available_externally: false
# directories
nextcloud_data_directory: "{{ docker_home }}/nextcloud"
# images
nextcloud_image: "nextcloud:14"
nextcloud_mysql_image: "mysql:5.7"
# network
nextcloud_port: "8080"
nextcloud_hostname: "nextcloud"