5b051d2
1
2
3
4
5
6
7
8
9
version: "3.9" services: log-server: build: . container_name: log-server ports: - "7860:7860" restart: unless-stopped