Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About integration of memcached with redmine in docker-compose #5

Open
mrmm2021 opened this issue May 11, 2023 · 0 comments
Open

About integration of memcached with redmine in docker-compose #5

mrmm2021 opened this issue May 11, 2023 · 0 comments

Comments

@mrmm2021
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant