Make generic
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-10-27 08:44:08 +01:00
parent 25f89d6b4c
commit 8cfa6df002
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik:
app:
ports:
- target: 80
published: 80

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik:
app:
configs:
- source: file_provider_yml
target: /etc/traefik/file-provider.yml

View File

@ -2,6 +2,6 @@
version: "3.8"
services:
traefik:
app:
ports:
- "587:587"

View File

@ -2,7 +2,7 @@
version: "3.8"
services:
traefik:
app:
image: "traefik:2.3.2"
ports:
- "80:80"