Skip to content

Commit 1acd9fd

Browse files
committed
Update data.yml
clean expose sample
1 parent d3c57e1 commit 1acd9fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ templates:
77
- "templates/redis.template.yml"
88
- "templates/sshd.template.yml"
99

10+
# change to use your private IP
1011
expose:
11-
- "5432:5432"
12-
- "6379:6379"
13-
- "2221:22"
12+
- "10.0.0.1:5432:5432"
13+
- "10.0.0.1:6379:6379"
1414

1515
# any extra arguments for Docker?
1616
# docker_args:

0 commit comments

Comments
 (0)