Add missing volume to service configuration in docker-compose.yml

This commit is contained in:
Mark Monteiro 2024-01-02 20:21:03 -05:00 committed by GitHub
parent ca1fd017f0
commit 1fde8f047a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ services:
# context: ./build
# dockerfile: Dockerfile
container_name: pm_bridge
volumes:
- protonmail:/root
ports:
- 1025:25/tcp
- 1143:143/tcp