1
0
Fork 0
gaiety-life/docker-compose.yml
2024-03-04 18:04:11 +00:00

12 lines
208 B
YAML

version: "3.9"
services:
app:
container_name: nginx-gaiety-life
image: nginx-gaiety-life
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "9998:8080"