Merge pull request #92 from alimy/main

fixed zinc start failure when docker-compose
pull/94/head
Michael Li 2 years ago committed by GitHub
commit 6b23c6e6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,7 @@ services:
zinc:
image: public.ecr.aws/prabhat/zinc:latest
user: root
restart: always
ports:
- 127.0.0.1::4080

Loading…
Cancel
Save