SO happy Rancher stuff rarely seems to work...

This commit is contained in:
WilliamMiceli
2019-01-11 17:32:22 -05:00
parent e03f8625f2
commit 16ee5533d8

View File

@@ -121,7 +121,6 @@ services:
#- /RancherCattle/${DATA_DIR}/Logs/NGINX
mysql:
image: mysql:5
container_name: nextcloud
dns: # Using Cloudflare DNS
- 1.1.1.1
- 1.0.0.1
@@ -131,7 +130,6 @@ services:
MYSQL_USER: nextcloud_user
MYSQL_PASSWORD: ${DB_USER_PASS}
labels:
io.rancher.container.hostname_override: container_name
io.rancher.container.pull_image: always
{{- if .Values.HOST_LABEL}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}