Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit c307262

Browse files
committed
Update: Use directory instead named volume for mail service in docker-compose sample
1 parent 67a6bd1 commit c307262

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docker-compose.yml.sample

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ version: '3.7'
22

33
services:
44
mail:
5-
image: teecke/gp-mail:0.2.0
5+
image: teecke/gp-mail:0.2.1
66
ports:
77
- 0025:0025
88
volumes:
9-
- mail:/var/spool/postfix
9+
- ./mail:/var/spool/postfix
1010

1111
networks:
1212
default:
1313
external:
1414
name: platform_services
15-
16-
volumes:
17-
mail:

0 commit comments

Comments
 (0)