Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Don-Swanson authored May 6, 2024
1 parent 6b21a6a commit 6227d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.1"
services:
postfix:
image: ghcr.io/don-swanson/postfix-container:latest
image: ghcr.io/don-swanson/postfix-container:main
container_name: postfix
volumes:
- ./postfix-config:/config #This path will store your configs
Expand All @@ -12,4 +12,4 @@ services:
ports:
- 25:25
- 587:587
restart: unless-stopped
restart: unless-stopped

0 comments on commit 6227d39

Please sign in to comment.