File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -68,22 +68,25 @@ $ xdg-open "http://$(docker-compose port nginx 8080)/" &>/dev/null &
68
68
69
69
Alternatively, use something like [ Reception] [ docker-reception ] to connect to _ docker-compose_ projects.
70
70
71
- Default credentials:
71
+ The default credentials are :
72
72
73
73
* Username: ** admin**
74
74
* Password: ** admin**
75
75
* API Token: ** 0123456789abcdef0123456789abcdef01234567**
76
76
77
+ There is a more complete [ Getting Started guide on our Wiki] [ wiki-getting-started ] .
78
+
79
+ [ wiki-getting-started ] : https://github.com/netbox-community/netbox-docker/wiki/Getting-Started
77
80
[ docker-reception ] : https://github.com/nxt-engineering/reception
78
81
79
82
## Dependencies
80
83
81
- This project relies only on * Docker* and * docker-compose* meeting this requirements:
84
+ This project relies only on * Docker* and * docker-compose* meeting these requirements:
82
85
83
86
* The * Docker version* must be at least ` 17.05 ` .
84
87
* The * docker-compose version* must be at least ` 1.17.0 ` .
85
88
86
- To ensure this, compare the output of ` docker --version ` and ` docker-compose --version ` with the requirements above .
89
+ To check the version installed on your system run ` docker --version ` and ` docker-compose --version ` .
87
90
88
91
## Documentation
89
92
You can’t perform that action at this time.
0 commit comments