I don't really trust 15 yet...

This commit is contained in:
WilliamMiceli
2019-01-11 21:28:04 -05:00
parent a394a878a8
commit 8379cd75c3

View File

@@ -2,7 +2,7 @@ version: '2'
services: services:
# cron: # cron:
# image: nextcloud:apache # image: nextcloud:stable-apache
# dns: # Using Cloudflare DNS # dns: # Using Cloudflare DNS
# - 1.1.1.1 # - 1.1.1.1
# - 1.0.0.1 # - 1.0.0.1
@@ -20,7 +20,7 @@ services:
# volumes_from: # volumes_from:
# - nginx # - nginx
nextcloud: nextcloud:
image: nextcloud:apache image: nextcloud:stable-apache
dns: # Using Cloudflare DNS dns: # Using Cloudflare DNS
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1