Skip to content

Commit

Permalink
added docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
need4swede committed Jul 8, 2024
1 parent 2569f33 commit 4db10c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ docker run -p 8080:8080 \
```yml
version: '3'
services:
portall-app:
image: portall
portall:
image: need4swede/portall:latest
container_name: portall
ports:
- "8080:8080"
environment:
Expand Down
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '3'
services:
portall-app:
build: .
portall:
image: need4swede/portall:latest
container_name: portall
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit 4db10c5

Please sign in to comment.