Skip to content

Instantly share code, notes, and snippets.

@JonnieCache
Created June 20, 2019 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonnieCache/f58e9291241c210b6897a0b03b70f1fa to your computer and use it in GitHub Desktop.
Save JonnieCache/f58e9291241c210b6897a0b03b70f1fa to your computer and use it in GitHub Desktop.
A section from FML's systemd unit file
ExecStart=/usr/bin/docker run --name fml --rm -v /var/run/postgresql:/tmp/ --network=clevername -e DB_URL -e RACK_ENV -p9292:9292 fml:production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment