Updated FAQ and Tips (markdown)
This commit is contained in:
parent
3fe2247269
commit
c12a478da1
|
@ -3,6 +3,15 @@ None. No *sql database required.
|
||||||
This image is based on config files that can be versioned.
|
This image is based on config files that can be versioned.
|
||||||
You'll probably want to `push` your config updates to your server and restart the container to apply changes.
|
You'll probably want to `push` your config updates to your server and restart the container to apply changes.
|
||||||
|
|
||||||
|
### How can I sync container with host date/time?
|
||||||
|
|
||||||
|
Share the host `/etc/localtime` using:
|
||||||
|
|
||||||
|
```
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
```
|
||||||
|
|
||||||
### What is the file format?
|
### What is the file format?
|
||||||
|
|
||||||
All files are using the Unix format with `LF` line endings.
|
All files are using the Unix format with `LF` line endings.
|
||||||
|
|
Loading…
Reference in New Issue