mirror of https://github.com/docker/docs.git
Added unless-stopped restart policy (#3278)
This commit is contained in:
parent
50c0d980ad
commit
87d08620aa
|
@ -1278,6 +1278,7 @@ services:
|
|||
restart: "no"
|
||||
restart: always
|
||||
restart: on-failure
|
||||
restart: unless-stopped
|
||||
|
||||
### domainname, hostname, ipc, mac\_address, privileged, read\_only, shm\_size, stdin\_open, tty, user, working\_dir
|
||||
|
||||
|
|
Loading…
Reference in New Issue