Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
services: services:
adminer: adminer:
container_name: adminer container_name: adminer
image: docker.io/library/adminer:5.4.2@sha256:2fb88b98da9f0ae0157d8fcb73f447a0747b09ee8d2ff8a8e0695b30afed2116 image: docker.io/library/adminer:5.4.2@sha256:16a72c6140f64d00a3a9edf8d3d3b18a7b0a29ca31b0453378d9eb71f01f9e34
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${PORT}:8080 - ${PORT}:8080

View File

@@ -1,7 +1,7 @@
services: services:
tinyauth: tinyauth:
container_name: tinyauth container_name: tinyauth
image: ghcr.io/steveiliop56/tinyauth:v5.0.4 image: ghcr.io/steveiliop56/tinyauth:v5.0.1
restart: unless-stopped restart: unless-stopped
environment: environment:
- TINYAUTH_APPURL=${TINYAUTH_APPURL} - TINYAUTH_APPURL=${TINYAUTH_APPURL}