This commit is contained in:
mpolawar 2023-01-10 11:26:27 -08:00 committed by GitHub
commit 02ab7b42bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
basic/basic.yaml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
web:
image: nginx
db:
image: mysql
ports:
- "3310:3306"
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_USER=user
- MYSQL_PASSWORD=password
- MYSQL_DATABASE=demodb