Change name

This commit is contained in:
Kekskurse 2021-10-19 19:07:24 +02:00
parent e072474713
commit f31fdf57a7
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
version: '3'
networks:
web:
external: true
services:
reverse-proxy:
@ -6,6 +9,8 @@ services:
image: traefik:v2.5
# Enables the web UI and tells Traefik to listen to docker
command: --api.insecure=true --providers.docker
networks:
- web
ports:
# The HTTP port
- "80:80"