Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docker images from linuxserver.io #111

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/docker-compose.duplicati.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## === DUPLICATI ===
duplicati:
image: lscr.io/linuxserver/duplicati:2.0.6
image: linuxserver/duplicati:2.0.6
container_name: duplicati
depends_on:
- traefik
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docker-compose.heimdall.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## === HEIMDALL ===
heimdall:
image: lscr.io/linuxserver/heimdall:2.4.13
image: linuxserver/heimdall:2.4.13
container_name: heimdall
depends_on:
- dhcpd
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docker-compose.jellyfin.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## === JELLYFIN ===
jellyfin:
image: lscr.io/linuxserver/jellyfin:10.8.7
image: linuxserver/jellyfin:10.8.7
container_name: jellyfin
networks:
pinanas:
Expand Down
2 changes: 1 addition & 1 deletion src/templates/docker-compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

## === FAIL2BAN ===
fail2ban:
image: lscr.io/linuxserver/fail2ban:0.11.2
image: linuxserver/fail2ban:0.11.2
container_name: fail2ban
depends_on:
- traefik
Expand Down
2 changes: 1 addition & 1 deletion src/templates/nextcloud/build/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/nextcloud:25.0.2
FROM linuxserver/nextcloud:25.0.2

COPY healthcheck.sh /healthcheck.sh
RUN chmod +x /healthcheck.sh
Expand Down