Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Aug 7, 2023
1 parent 5be1a42 commit 5e5036d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: "3"
---
version: "3.8"
services:
stream-crawler:
image: ghcr.io/hitomarukonpaku/stream-crawler:latest
container_name: stream-crawler
user: "1000:1000"
restart: always
network_mode: "host"
user: "1000:1000"
volumes:
- ./config.yaml:/app/config.yaml
- ./logs:/app/logs
Expand Down

0 comments on commit 5e5036d

Please sign in to comment.