photo-low-light-enhance / docker-compose.yml
Lodor
Initial commit
d94bdc5
raw
history blame contribute delete
No virus
237 Bytes
---
version: '3'
services:
st-photo-low-light-enhance:
build: .
container_name: st-photo-low-light-enhance
restart: unless-stopped
ports:
- 51005:8501
volumes:
- .:/app
environment:
- TZ=Asia/Jakarta