Skip to content

Instantly share code, notes, and snippets.

@RobDWaller
Created April 1, 2020 10:28
Show Gist options
  • Save RobDWaller/b347c3a3e921435530f315de0f3d204e to your computer and use it in GitHub Desktop.
Save RobDWaller/b347c3a3e921435530f315de0f3d204e to your computer and use it in GitHub Desktop.
Rust Docker Compose Example
version: "3"
services:
rust:
image: rust:1.41
volumes:
- .:/var/www/html
working_dir: /var/www/html
tty: true
environment:
- "USER=root"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment