Skip to content

Commit 7f5322f

Browse files
committed
Add the alpine service to the compose file
[refs #5a8eee10069a]
1 parent 3168e07 commit 7f5322f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compose_example/docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ services:
1515
volumes:
1616
- pg-data:/var/lib/postgresql/data
1717

18+
alpine:
19+
image: alpine:latest
20+
stdin_open: true
21+
tty: true
22+
command: sh
23+
1824
volumes:
1925
pg-data:

0 commit comments

Comments
 (0)