mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Add missing volume to service configuration in docker-compose.yml
This commit is contained in:
parent
ca1fd017f0
commit
1fde8f047a
@ -7,6 +7,8 @@ services:
|
|||||||
# context: ./build
|
# context: ./build
|
||||||
# dockerfile: Dockerfile
|
# dockerfile: Dockerfile
|
||||||
container_name: pm_bridge
|
container_name: pm_bridge
|
||||||
|
volumes:
|
||||||
|
- protonmail:/root
|
||||||
ports:
|
ports:
|
||||||
- 1025:25/tcp
|
- 1025:25/tcp
|
||||||
- 1143:143/tcp
|
- 1143:143/tcp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user