How to edit theme style in docker?

~# docker exec -it 9f3678b6218f /bin/bash OCI runtime exec failed: exec failed: unable to start container process: exec: “/bin/bash”: stat /bin/bash: no such file or directory: unknown

How can this be solved?

  • Nutomic@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    3 years ago

    Dont know, you will see if it works or not. I always use the docker-compose commands.

        • aihao@lemmy.mlOP
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          3 years ago

          I change the database name to lemmyok in docker-compose.yml and lemmy.hjson, and use the command “docker-compose exec postgres psql -U lemmyok” and get " psql: error: FATAL: role “lemmyok” does not exist ",can’t enter PG.

          If I use the command docker-compose exec postgres psql -U lemmy without changing the database name, I can enter PG normally.

          Am I doing something wrong?

          What should be the correct solution?