The pgid and puid should be entered under the env tab (environment variables), not under command. The command is what is supposed to run after the container is created. You want to leave that as default otherwise container will likely attempt to execute the command and once it fails, it will stop.
Thanks!