diff --git a/compose_files/arm/freshrss-http.yml b/compose_files/arm/freshrss-http.yml index 40b9d17..8b39b15 100644 --- a/compose_files/arm/freshrss-http.yml +++ b/compose_files/arm/freshrss-http.yml @@ -48,7 +48,7 @@ services: POSTGRES_DB: ${POSTGRES_DB:-freshrss} service.rss: - image: freshrss/freshrss:latest-arm + image: freshrss/freshrss:arm # container_name: freshrss-app hostname: freshrss-app restart: unless-stopped diff --git a/compose_files/arm/freshrss-https.yml b/compose_files/arm/freshrss-https.yml index 1c1228b..8280eff 100644 --- a/compose_files/arm/freshrss-https.yml +++ b/compose_files/arm/freshrss-https.yml @@ -48,7 +48,7 @@ services: POSTGRES_DB: ${POSTGRES_DB:-freshrss} service.rss: - image: freshrss/freshrss:latest-arm + image: freshrss/freshrss:arm # container_name: freshrss-app hostname: freshrss-app restart: unless-stopped diff --git a/compose_files/arm/freshrss-rsshub-http.yml b/compose_files/arm/freshrss-rsshub-http.yml index 0db9c89..038f3de 100644 --- a/compose_files/arm/freshrss-rsshub-http.yml +++ b/compose_files/arm/freshrss-rsshub-http.yml @@ -49,7 +49,7 @@ services: POSTGRES_DB: ${POSTGRES_DB:-freshrss} service.rss: - image: freshrss/freshrss:latest-arm + image: freshrss/freshrss:arm # container_name: freshrss-app hostname: freshrss-app restart: unless-stopped diff --git a/compose_files/arm/freshrss-rsshub-https.yml b/compose_files/arm/freshrss-rsshub-https.yml index 7b8baf4..9cc8fd2 100644 --- a/compose_files/arm/freshrss-rsshub-https.yml +++ b/compose_files/arm/freshrss-rsshub-https.yml @@ -49,7 +49,7 @@ services: POSTGRES_DB: ${POSTGRES_DB:-freshrss} service.rss: - image: freshrss/freshrss:latest-arm + image: freshrss/freshrss:arm # container_name: freshrss-app hostname: freshrss-app restart: unless-stopped