mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 08:37:26 +01:00
Add sql database volume dir
This commit is contained in:
parent
24f5331c8c
commit
3b96d30306
@ -72,6 +72,7 @@ After that from the root of the repository you can start up the containers with:
|
|||||||
By default, you can access ClusterCockpit in your browser at `http://localhost`.
|
By default, you can access ClusterCockpit in your browser at `http://localhost`.
|
||||||
If `NGINX_PORT` environment variable was changed, `use http://localhost:$PORT`.
|
If `NGINX_PORT` environment variable was changed, `use http://localhost:$PORT`.
|
||||||
The InfluxDB Web interface can be accessed at `http://localhost:8086` using the credentials set in `.env`.
|
The InfluxDB Web interface can be accessed at `http://localhost:8086` using the credentials set in `.env`.
|
||||||
|
PHPMyAdmin can be reached at `http://localhost:8080`.
|
||||||
|
|
||||||
If default database fixture were used, the credentials for admin user are:
|
If default database fixture were used, the credentials for admin user are:
|
||||||
* User: `admin`
|
* User: `admin`
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATADIR}/sql:/var/lib/mysql
|
- ${DATADIR}/sqldata:/var/lib/mysql
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user