Set strict image version

This commit is contained in:
BatchAccount 1001 2022-12-10 01:46:29 +01:00
parent 2af99385e9
commit da29a351bb
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ networks:
services: services:
memcached: memcached:
image: memcached image: memcached:1.6.17
restart: always restart: always
networks: networks:
- yopass - yopass
@ -14,7 +14,7 @@ services:
- "11211" - "11211"
yopass: yopass:
image: jhaals/yopass image: jhaals/yopass:11.4.6
restart: always restart: always
command: "--memcached=memcached:11211 --port 80" command: "--memcached=memcached:11211 --port 80"
networks: networks: