small fixes in README

This commit is contained in:
Shiroyasha 2024-05-26 00:21:16 +03:00
parent 13702a94c0
commit c0c7245f03
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
4 changed files with 35 additions and 3 deletions

View file

@ -1,17 +0,0 @@
name: sculptor
services:
sculptor:
build: .
container_name: sculptor
restart: unless-stopped
volumes:
- ./Config.toml:/app/Config.toml:ro
- ./avatars:/app/avatars
## Recommended for use with reverse proxy.
# labels:
# - traefik.enable=true
# - traefik.http.routers.sculptor.rule=Host(`mc.example.com`)
# - traefik.http.routers.sculptor.entrypoints=websecure, web
# - traefik.http.routers.sculptor.tls=true
# - traefik.http.routers.sculptor.tls.certresolver=production