Skip to content

Commit

Permalink
Update docker-compose.prod.yml to fix config volume mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored May 26, 2024
1 parent daa194e commit 7c622b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
container_name: thesis-track-postfix
restart: unless-stopped
volumes:
- ./thesis-track-config:/config
- ./postfix-config:/config
hostname: ${SERVER_HOST}
networks:
- thesis-track-network
Expand Down

0 comments on commit 7c622b0

Please sign in to comment.