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:
build: ./web
restart: always
ports:
- 8080:80
#ports:
# - 8080:80
volumes:
- hidche:/var/www/html:ro
- board:/var/www/board:ro