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

This commit is contained in:
2026-03-04 01:23:54 +00:00
parent 5c309b0959
commit 7b32baf99c

View File

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