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

issue with some entry point #45

Open
shuther opened this issue Aug 14, 2022 · 0 comments
Open

issue with some entry point #45

shuther opened this issue Aug 14, 2022 · 0 comments

Comments

@shuther
Copy link

shuther commented Aug 14, 2022

The generated docker-compose.yml file below is not accepted by docker compose

version: "3"
services:
  seafile-memcached:
    container_name: seafile-memcached
    entrypoint:
      - memcached
      - -m
      - 256

I had to group the entry point as below to avoid the error (everything in one line)

services.seafile-memcached.entrypoint.2 must be a string

entrypoint: memcached -m 256

Hope it helps

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