Skip to content

Commit d15a3f7

Browse files
committed
Switch protodecoder-ui to use prebuilt image and add restart policy
1 parent a8990fb commit d15a3f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
services:
22
protodecoder-ui:
3-
build:
4-
context: .
5-
dockerfile: Dockerfile
3+
image: ghcr.io/raizethelimit/protodecoderui:latest
64
container_name: protodecoder-ui
5+
restart: unless-stopped
76
ports:
87
- "8081:8081"
98
volumes:

0 commit comments

Comments
 (0)