You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'M Trying to integrate this memcached image to my actual redmine:3.4.6 docker image.
I'M using docker-compose with traefik + redmine.
Following the docs I added to my docker-compose:
Hello,
I'M Trying to integrate this memcached image to my actual redmine:3.4.6 docker image.
I'M using docker-compose with traefik + redmine.
Following the docs I added to my docker-compose:
Memcached:
image: sameersbn/memcached:1.5.6-2
ports:
- "11211:11211"
restart: always
My question is:
Is it necessary to do something else?
docker-compose up
Pulling Memcached (sameersbn/memcached:1.5.6-2)...
1.5.6-2: Pulling from sameersbn/memcached
5b7339215d1d: Pull complete
14ca88e9f672: Pull complete
a31c3b1caad4: Pull complete
b054a26005b7: Pull complete
52eaab9daf5b: Pull complete
a7204dc05f9b: Pull complete
Digest: sha256:174675a66bfc6...
Status: Downloaded newer image for sameersbn/memcached:1.5.6-2
Recreating e44dac17d33e_redmine_redmine_1 ... done
Starting redmine_traefik_1 ... done
Creating redmine_Memcached_1 ... done
Attaching to redmine_traefik_1, redmine_redmine_1, redmine_Memcached_1
I see nothing more about memcached in the log.
Thanks in advance!
The text was updated successfully, but these errors were encountered: