Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강동현
2021-06-10 11:32:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
06d9f8a2f4b94f4ba44d661156fd53685597676d
06d9f8a2
1 parent
be7aa79c
docker-compose에 포트 설정 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
docker-compose.yml
docker-compose.yml
View file @
06d9f8a
...
...
@@ -6,9 +6,13 @@ services:
context
:
.
dockerfile
:
./server/Dockerfile
restart
:
unless-stopped
ports
:
-
"
3000:3000"
web
:
build
:
context
:
.
dockerfile
:
./web/Dockerfile
restart
:
unless-stopped
ports
:
-
"
80:80"
...
...
Please
register
or
login
to post a comment