Adopt Compose v2 (#240)
* Adopt Compose v2 Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
8
react-nginx/compose.yaml
Executable file
8
react-nginx/compose.yaml
Executable file
@@ -0,0 +1,8 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
container_name: frontend
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user