mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-23 17:29:08 +02:00
docs: update docs that cite compose files (#3234)
This commit is contained in:
parent
2b7cab28f7
commit
fedc3b3ee0
6 changed files with 37 additions and 87 deletions
|
@ -30,7 +30,6 @@ Feel free to add your configuration if you achieved the same goal using differen
|
|||
Truncated configuration of traefik itself:
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
reverse-proxy:
|
||||
image: docker.io/traefik:latest # v2.5
|
||||
|
@ -57,13 +56,11 @@ Feel free to add your configuration if you achieved the same goal using differen
|
|||
Truncated list of necessary labels on the `docker-mailserver` container:
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
mailserver:
|
||||
image: ghcr.io/docker-mailserver/docker-mailserver:latest
|
||||
container_name: mailserver
|
||||
hostname: mail
|
||||
domainname: example.com
|
||||
hostname: mail.example.com
|
||||
restart: always
|
||||
networks:
|
||||
- proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue