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,13 +1,21 @@
version: '3'
name: bitcoin-logo
services:
bitcoin-logo:
build: .
ports:
- "3003:80"
restart: always
container_name: bitcoin-logo
build:
context: .
dockerfile: Dockerfile
# ports:
# - "3003:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public
networks:
npm_public:
external: true
external: true