Update firststeps-rp.md

prevent certdumper from creating his own network and messing around with the backup/restore-script. Certdumper doesn't need network at all
Dieser Commit ist enthalten in:
Felix 2020-03-18 14:02:20 +01:00 committet von GitHub
Ursprung 5a07eee671
Commit c32d6d3c2b
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -196,6 +196,7 @@ services:
certdumper:
image: humenius/traefik-certs-dumper
container_name: traefik_certdumper
network_mode: none
volumes:
# mount the folder which contains Traefik's `acme.json' file
# in this case Traefik is started from its own docker-compose in ../traefik