Skip to content

Commit

Permalink
change restart policy and port
Browse files Browse the repository at this point in the history
  • Loading branch information
AsciiJakob authored Jul 21, 2023
1 parent dfdedb7 commit 0664830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ services:
kissmp-serverlist:
image: asciijakob/kissmp-serverlist
ports:
- "8080:4001"
restart: unless-stopped
- "4001:4001"
restart: always

0 comments on commit 0664830

Please sign in to comment.