Set strict image version
This commit is contained in:
parent
2af99385e9
commit
da29a351bb
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue