Created
January 2, 2021 17:03
-
-
Save irusri/7dcb0184a68a4b700f4f6d977c86b6f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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