app에서 php,nodejs package를 사전 준비

This commit is contained in:
2022-04-09 22:28:21 +09:00
parent 1b26fcadbf
commit 7e7bde05b8
3 changed files with 10 additions and 3 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ services:
web:
build: ./web
restart: always
ports:
- 8080:80
#ports:
# 기본 포트로 사용할 곳 지정. 아래와 같이 사용하면 8080
# - 8080:80
volumes:
- hidche:/var/www/html:ro
- board:/var/www/board:ro