Skip to content
Snippets Groups Projects
Commit 83e1e55e authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Merge branch 'main' into 'new-branch-with-fixed-history'

# Conflicts:
#   Dockerfile
#   README.md
parents 30bc48ce 18af0add
No related branches found
No related tags found
1 merge request!1Fix refs in history
FROM mariadb:11.4
# copy directories with scripts
COPY inputs/update_sys.sh //inputs/update_sys.sh
RUN chmod a+x //inputs/update_sys.sh
COPY inputs/update_sys.sh /root/inputs/update_sys.sh
RUN chmod a+x /root/inputs/update_sys.sh
COPY dump /docker-entrypoint-initdb.d
# update system for security reasons
......
......@@ -9,7 +9,7 @@ Official labor statistics about the US and European countries. Data sources are
2. Run this data service:
> docker run -t -i --name fact\_jobs -e MARIADB\_DATABASE=FACT_jobs -e MYSQL\_ROOT\_PASSWORD=devops -p 3308:3306 -d registry.git.nilu.no/fact/data/fact\_jobs:0.1
The container makes available a MariaDB instance with the full database on employment. It is reachable on port 3308 of the localhost and the password is 'devops'.
The container makes available a MariaDB instance with the full database on employment. It is reachable on port 3308 of the localhost and the root password is 'devops'.
---
## Specifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment