Skip to content

Instantly share code, notes, and snippets.

@dangtrinhnt
Created December 21, 2017 02:58
Show Gist options
  • Save dangtrinhnt/1ef28db9b2f6437942c14b44e10d232f to your computer and use it in GitHub Desktop.
Save dangtrinhnt/1ef28db9b2f6437942c14b44e10d232f to your computer and use it in GitHub Desktop.
[Unit]
Description=Start odoo 11 docker instance with postgres
[Service]
Environment=
WorkingDirectory=/odoo
ExecStart=/usr/bin/docker-compose up
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment