9 lines
215 B
Text
9 lines
215 B
Text
services:
|
|
kitestacks-portal-test:
|
|
image: nginx:alpine
|
|
container_name: kitestacks-portal-test
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3008:80"
|
|
volumes:
|
|
- ./public:/usr/share/nginx/html:ro
|