Add missing volume to service configuration in docker-compose.yml
This commit is contained in:
parent
ca1fd017f0
commit
1fde8f047a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue