|
@ -21,8 +21,14 @@ the data-only container: |
|
|
|
|
|
|
|
|
#### Optional 'docker run' arguments |
|
|
#### Optional 'docker run' arguments |
|
|
|
|
|
|
|
|
`--restart always` - Always restart the container regardless of the exit status. See the Docker |
|
|
|
|
|
[restart policies](https://goo.gl/OI87rA) for additional details. |
|
|
|
|
|
|
|
|
`-e TZ=America/Phoenix` - Set the timezone for your server. You can find your timezone in this |
|
|
|
|
|
[list of timezones](https://goo.gl/uy1J6q). Use the (case sensitive) |
|
|
|
|
|
value from the `TZ` column. If left unset, timezone will be UTC. |
|
|
|
|
|
|
|
|
|
|
|
`--restart unless-stopped` - Always restart the container regardless of the exit status, but do not |
|
|
|
|
|
start it on daemon startup if the container has been put to a stopped |
|
|
|
|
|
state before. See the Docker [restart policies](https://goo.gl/Y0dlDH) |
|
|
|
|
|
for additional details. |
|
|
|
|
|
|
|
|
Get/Set the SuperUser Password |
|
|
Get/Set the SuperUser Password |
|
|
------------------------------ |
|
|
------------------------------ |
|
|