Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services:
adminer:
container_name: adminer
image: docker.io/library/adminer:5.4.2@sha256:41898b976011fd87f2d3037366ad97f7d89fddfebc8aa8b3a7d77d0c465aa37b
image: docker.io/library/adminer:5.4.2@sha256:1c2c6052a0a07d02749d590765ebe5591b8d2b7f337c9b727c9ccf31f7f3597d
restart: unless-stopped
ports:
- ${PORT}:8080
+1 -1
View File
@@ -1,7 +1,7 @@
services:
newt:
container_name: newt
image: fosrl/newt:1.12.5
image: fosrl/newt:1.12.2
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT}