Merge 54b3d7022a
into e6b1d2755f
This commit is contained in:
commit
02ab7b42bf
13
basic/basic.yaml
Normal file
13
basic/basic.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user