Browse Source

Set image for docker-compose

pull/94/head
rusdacent 2 years ago
parent
commit
2d5786d639
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -2,7 +2,7 @@
version: '3'
services:
app:
image: hastic:latest
image: hastic/hastic:latest
network_mode: host
environment:
HASTIC_PORT: "8000"

Loading…
Cancel
Save