Skip to content

Commit 6fc5ac9

Browse files
committed
added docker-compose.yaml
1 parent ef1dc5e commit 6fc5ac9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
webapp:
3+
image: ghcr.io/jamowei/webapp:v1.0
4+
container_name: webapp
5+
ports:
6+
- 3000:3000
7+
restart: unless-stopped

0 commit comments

Comments
 (0)