We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a fresh docker-compose on my nixos system running docker in rootless mode I get the error in the title.
mkdir my_factorio sudo chown 845:845 my_factorio docker-compose up factorio
My docker-compose.yml:
docker-compose.yml
factorio: image: factoriotools/factorio:2.0.21 container_name: factorio ports: - "34197:34197/udp" - "27015:27015/tcp" volumes: - ./my_factorio:/factorio restart: unless-stopped stdin_open: true tty: true
I am running NixOS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On a fresh docker-compose on my nixos system running docker in rootless mode I get the error in the title.
My
docker-compose.yml
:I am running NixOS.
The text was updated successfully, but these errors were encountered: