11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
version: "3"
|
|
|
|
services:
|
|
ps_account_web:
|
|
ports:
|
|
- 80:80
|
|
|
|
ps_account_db:
|
|
ports:
|
|
- 3306:3306
|