Update docker-compose.yml
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user