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

Target

Select target project
  • fact/data/FACT_rail
1 result
Show changes
Commits on Source (14)
......@@ -15,7 +15,7 @@ Run this data service:
>docker run -t -i --name fact_rail -e MARIADB_DATABASE=FACT_rail -e MYSQL_ROOT_PASSWORD=devops -p 3311:3306 -d registry.git.nilu.no/fact/data/fact_rail:0.1
The container makes available a MariaDB instance with the full database on the rail system **FACT_rail**. It is reachable on port 3311 of the localhost and the password is 'devops'.
The container makes available a MariaDB instance with the full database on the rail system **FACT_rail**. It is reachable on port 3311 of the localhost and the root password is 'devops'.
---
## Specifications
......