intial README.md
This commit is contained in:
parent
bacad5a70c
commit
8b64cb2490
23
README.md
23
README.md
@ -1,2 +1,25 @@
|
||||
# traefik_portainer
|
||||
|
||||
## get started
|
||||
|
||||
you will need a .env file
|
||||
|
||||
sample .env:
|
||||
|
||||
# .env
|
||||
|
||||
|
||||
PROJECT_URL=portainer.localhost
|
||||
PROJECT_NAME=sample
|
||||
|
||||
TRAEFIK_NETWORK=traefik_net
|
||||
|
||||
|
||||
|
||||
then execute init with
|
||||
|
||||
./init
|
||||
|
||||
|
||||
now the portainer installation should be accessable: https://${PROJECT_URL}
|
||||
if you use the sample .env: https://portainer.localhost
|
||||
|
Loading…
Reference in New Issue
Block a user