Workflow update

main
technorabilia 2 years ago
parent 60cd12c67b
commit a4113c5d49

@ -9,7 +9,7 @@
version: "3" version: "3"
services: services:
mariadb: mariadb:
image: ghcr.io/linuxserver/mariadb:latest image: lscr.io/linuxserver/mariadb:latest
container_name: lychee_mariadb container_name: lychee_mariadb
restart: always restart: always
volumes: volumes:
@ -23,7 +23,7 @@ services:
- PUID=1000 - PUID=1000
- TZ=Europe/London - TZ=Europe/London
lychee: lychee:
image: ghcr.io/linuxserver/lychee:latest image: lscr.io/linuxserver/lychee:latest
container_name: lychee container_name: lychee
restart: always restart: always
depends_on: depends_on:

Loading…
Cancel
Save