Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/icemarkom/pitemp into master
Browse files Browse the repository at this point in the history
  • Loading branch information
icemarkom committed Sep 6, 2020
2 parents a221566 + c2c0c30 commit 394609d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: "3.8"

services:
pitemp:
container_name: pitemp
image: icemarkom/pitemp:latest
command:
--port=9550
ports:
- 9550:9550
networks:
- pitemp
restart: always

networks:
pitemp:
name: pitemp

0 comments on commit 394609d

Please sign in to comment.