summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWes van der Vleuten <16665772+WesVleuten@users.noreply.github.com>2022-11-09 00:32:38 +0100
committerWes van der Vleuten <16665772+WesVleuten@users.noreply.github.com>2022-11-09 00:32:38 +0100
commitd3d9cfdd0d1d0739b88e34fbb39653131d475665 (patch)
treef3a59963144c6bdbd33082536b7b8da4fb6f972f
parentc03f92baf7d2a46c3a9ec91c75da3f6d3d24ca57 (diff)
downloadinvidious-d3d9cfdd0d1d0739b88e34fbb39653131d475665.tar.gz
invidious-d3d9cfdd0d1d0739b88e34fbb39653131d475665.tar.bz2
invidious-d3d9cfdd0d1d0739b88e34fbb39653131d475665.zip
Cleanup
-rw-r--r--assets/css/default.css1
-rw-r--r--assets/js/watched_widget.js1
-rw-r--r--docker-compose.yml4
3 files changed, 2 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 890bd524..9edf3efa 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -136,7 +136,6 @@ div.thumbnail {
box-sizing: border-box;
}
-
img.thumbnail {
position: absolute;
width: 100%;
diff --git a/assets/js/watched_widget.js b/assets/js/watched_widget.js
index 3cf7c332..d1b55d28 100644
--- a/assets/js/watched_widget.js
+++ b/assets/js/watched_widget.js
@@ -33,7 +33,6 @@ function mark_unwatched(target) {
});
}
-
var save_player_pos_key = 'save_player_pos';
function get_all_video_times() {
diff --git a/docker-compose.yml b/docker-compose.yml
index 48ee6a4b..eb83b020 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,7 +13,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- - "3003:3000"
+ - "127.0.0.1:3000:3000"
environment:
# Please read the following file for a comprehensive list of all available
# configuration options and their associated syntax:
@@ -23,7 +23,7 @@ services:
dbname: invidious
user: kemal
password: kemal
- host: invidious-invidious-db-1
+ host: invidious-db
port: 5432
check_tables: true
# external_port: