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 want to add the -b option in docker-compose,and i had tried
command: beanstalkd -b /some/dir
but it doesn't work.
could you tell me how to use the -b option in docker-compose.yml?
beanstalkd:
image: schickling/beanstalkd:latest
# command: beanstalkd -b /etc/beanstalkdlog (this command doesn't work)
volumes:
- ${BEANSTALKD_LOG}:/etc/beanstalkdlog:ro
ports:
- "${BEANSTALKD_HOST_PORT}:11300"
networks:
- default
Could you add variant with binary log and volume?
The text was updated successfully, but these errors were encountered: