Skip to content

Commit

Permalink
Create docker-compose-1panel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ooopus authored Aug 29, 2024
1 parent dc7beeb commit 158a389
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker-compose-1panel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
services:
pmail:
networks:
- 1panel-network
image: ghcr.io/ooopus/pmail:master
volumes:
- ./:/work/config
restart: always
ports:
- 25:25
- 110:110
- 465:465
- 995:995
## - 8080:80
## - 80:80
## - 443:443

networks:
1panel-network:
external: true

0 comments on commit 158a389

Please sign in to comment.