override를 위해 기본 포트 제거

This commit is contained in:
2022-06-03 21:48:19 +09:00
parent 623ed878dc
commit 532c006fb4
+2 -2
View File
@@ -13,8 +13,8 @@ services:
web: web:
build: ./web build: ./web
restart: always restart: always
ports: #ports:
- 8080:80 # - 8080:80
volumes: volumes:
- hidche:/var/www/html:ro - hidche:/var/www/html:ro
- board:/var/www/board:ro - board:/var/www/board:ro