docker-compose.yml: initial
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
webapp:
|
||||
image: accounting-frontend:latest
|
||||
container_name: webapp
|
||||
restart: always
|
||||
ports:
|
||||
- '8999:80'
|
||||
Reference in New Issue
Block a user