Skip to content

Commit b65d140

Browse files
committed
changed restart policy
1 parent 39d0faa commit b65d140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This replicates as well as possible real deployment configurations, where you ha
1717

1818
## Host File changes
1919

20-
See https://support.rackspace.com/how-to/modify-your-hosts-file/ to detailed instructions on how to modify your host files.
20+
See https://support.rackspace.com/how-to/modify-your-hosts-file/ to detailed instructions on how to modify your host files.
2121

2222
If you are using Docker for Mac >= 1.12, Docker for Linux, or Docker for Windows 10, then please add the following lines to `/etc/hosts` or `C:\Windows\System32\Drivers\etc\hosts`:
2323
```

full-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44
zoo1:
55
image: zookeeper:3.4.9
6-
restart: always
6+
restart: unless-stopped
77
hostname: zoo1
88
ports:
99
- "2181:2181"

0 commit comments

Comments
 (0)