Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
  • traefik-3
2 results

Target

Select target project
  • nocloud/docker/traefik
1 result
Select Git revision
  • master
  • traefik-3
2 results
Show changes

Commits on Source 3

acme.json
log
.env
......@@ -6,6 +6,10 @@
cp .env.sample .env
# Change FQDN and login/password with htpasswd
# Change auth in docker-compose
# Create traefik external network
docker network create traefik
docker-compose up -d
```
## install without `NoCloud-Auto-Installer`
......