Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vulnerable Mail Srv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
play
Vulnerable Mail Srv
Commits
8fc99bda
Commit
8fc99bda
authored
1 year ago
by
a.croix
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
0b72d997
Branches
main
Tags
1.2
No related merge requests found
Pipeline
#10855
passed
1 year ago
Stage: build
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+9
-0
9 additions, 0 deletions
docker-compose.yml
with
10 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
8fc99bda
FROM
bkendinibilir
/poste.io
FROM
analogic
/poste.io
#RUN echo "Europe/Brussels" > /etc/localtime:ro
RUN
echo
"disable_plaintext_auth=no"
>>
/etc/dovecot/dovecot.conf
RUN
echo
"ssl=yes"
>>
/etc/dovecot/dovecot.conf
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
9
−
0
View file @
8fc99bda
version
:
'
3.3'
services
:
srv
:
image
:
dirtsimple/poste.io
restart
:
"
unless-stopped"
network_mode
:
host
volumes
:
-
./data:/data
-
/etc/localtime:/etc/localtime:ro
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment