Commit f4023376 authored by nanahira's avatar nanahira

fix

parent 1a7cab44
...@@ -84,7 +84,7 @@ services: ...@@ -84,7 +84,7 @@ services:
restart: always restart: always
image: cturra/ntp image: cturra/ntp
environment: environment:
NTP_SERVERS: {{ dnsmasq.ntp.upstream | default('time1.apple.com,time2.apple.com,time3.apple.com,time4.apple.com,time5.apple.com,time6.apple.com,time7.apple.com') }} NTP_SERVERS: {{ dnsmasq.ntp.upstream | default('time.apple.com') }}
cap_add: cap_add:
- SYS_TIME - SYS_TIME
ports: ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment