changed README.md #2
22
README.md
22
README.md
@ -1,6 +1,6 @@
|
||||
# traefik
|
||||
|
||||
### get started
|
||||
## get started
|
||||
|
||||
you will need a .env file
|
||||
|
||||
@ -16,8 +16,24 @@ place the tls crt and key in the tls-data
|
||||
and append them also to the tls.yml
|
||||
|
||||
|
||||
then execute init
|
||||
then execute init with
|
||||
|
||||
chmod +x init && ./init
|
||||
|
||||
now traefik gui should be accessable: https://${PROJECT_URL}
|
||||
if you use the sample .env: https://localhost
|
||||
|
||||
|
||||
### additional links
|
||||
## test your compose network
|
||||
|
||||
to test your traefik network you can start the whoami compose with:
|
||||
|
||||
docker compose -f ./docker-compose-whoami.yml up -d
|
||||
|
||||
you can stop the whoami with
|
||||
|
||||
docker compose -f ./docker-compose-whoami.yml down -v
|
||||
|
||||
|
||||
## additional links
|
||||
- [traefik docu](https://doc.traefik.io/traefik/)
|
Loading…
Reference in New Issue
Block a user