Set strict image version
This commit is contained in:
parent
2af99385e9
commit
da29a351bb
|
@ -6,7 +6,7 @@ networks:
|
|||
|
||||
services:
|
||||
memcached:
|
||||
image: memcached
|
||||
image: memcached:1.6.17
|
||||
restart: always
|
||||
networks:
|
||||
- yopass
|
||||
|
@ -14,7 +14,7 @@ services:
|
|||
- "11211"
|
||||
|
||||
yopass:
|
||||
image: jhaals/yopass
|
||||
image: jhaals/yopass:11.4.6
|
||||
restart: always
|
||||
command: "--memcached=memcached:11211 --port 80"
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue