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