Skip to content

Instantly share code, notes, and snippets.

@irusri
Created January 2, 2021 17:03
Show Gist options
  • Select an option

  • Save irusri/7dcb0184a68a4b700f4f6d977c86b6f6 to your computer and use it in GitHub Desktop.

Select an option

Save irusri/7dcb0184a68a4b700f4f6d977c86b6f6 to your computer and use it in GitHub Desktop.
version: '3.1'
services:
geniesys:
image: "irusri/docker4geniesys:latest"
ports:
- "80:80"
- "3002:3006"
environment:
- "MYSQL_ADMIN_PASS=mypass"
volumes:
- "geniesys:/app/geniesys"
- "mysql:/var/lib/mysql"
volumes:
geniesys:
mysql:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment