diff --git a/docker-compose.yml b/docker-compose.yml index eea180b..07a3972 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,14 +17,14 @@ # docker-compose --log-level INFO up -d --build --force-recreate jvue-front # oracle doc -# DB_SID -# This parameter changes the ORACLE_SID of the database. The default value is set to ORCLCDB. -# To connect from outside the container using SQL*Plus, -# $ sqlplus sys/Oradoc_db1@ORCLCDB as sysdba -# Changing default password for SYS user -# alter user sys identified by ; -# The database alert log can be viewed with -# $ docker logs +# DB_SID +# This parameter changes the ORACLE_SID of the database. The default value is set to ORCLCDB. +# To connect from outside the container using SQL*Plus, +# $ sqlplus sys/Oradoc_db1@ORCLCDB as sysdba +# Changing default password for SYS user +# alter user sys identified by ; +# The database alert log can be viewed with +# $ docker logs version: '3' services: diff --git a/jvue-front/components/themes/dark/Header.vue b/jvue-front/components/themes/dark/Header.vue index b8a6475..9dbfff0 100644 --- a/jvue-front/components/themes/dark/Header.vue +++ b/jvue-front/components/themes/dark/Header.vue @@ -1,6 +1,6 @@