Skip to content
Snippets Groups Projects
Commit 8fc99bda authored by a.croix's avatar a.croix
Browse files

Update Dockerfile

parent 0b72d997
Branches main
Tags 1.2
No related merge requests found
Pipeline #10855 passed
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
......
version: '3.3'
services:
srv:
image: dirtsimple/poste.io
restart: "unless-stopped"
network_mode: host
volumes:
- ./data:/data
- /etc/localtime:/etc/localtime:ro
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment