mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added specific nextcloud version
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
project_name: nextcloud
|
||||
definition:
|
||||
application:
|
||||
image: nextcloud
|
||||
image: "nextcloud:{{nextcloud_version}}-apache"
|
||||
restart: always
|
||||
log_driver: journald
|
||||
links:
|
||||
@@ -21,6 +21,8 @@
|
||||
ports:
|
||||
- "127.0.0.1:{{http_port}}:80"
|
||||
environment:
|
||||
DOCKER_CLIENT_TIMEOUT: 120
|
||||
COMPOSE_HTTP_TIMEOUT: 120
|
||||
MYSQL_DATABASE: "nextcloud"
|
||||
MYSQL_USER: "nextcloud"
|
||||
MYSQL_PASSWORD: "{{nextcloud_database_password}}"
|
||||
|
Reference in New Issue
Block a user