Update docker-compose.yml
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
2026-03-04 01:25:55 +00:00
parent 9bec3e20ca
commit ce0e77173b

View File

@@ -1,10 +1,16 @@
version: '3'
services:
geo-words:
build: .
ports:
- "3002:80"
restart: always
container_name: geo-words
build:
context: .
dockerfile: Dockerfile
# ports:
# - "3002:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public