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:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user