docker-compose: comment ports
This commit is contained in:
parent
62af72d45f
commit
1772ea4ff8
@ -7,8 +7,8 @@ services:
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- 3000:3000
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
networks:
|
||||
- app
|
||||
- web
|
||||
@ -28,3 +28,4 @@ networks:
|
||||
external: true
|
||||
web:
|
||||
external: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user