compose.example.yaml 309 B

12345678910111213
  1. services:
  2. skunkyart:
  3. container_name: skunkyart
  4. restart: unless-stopped
  5. build: .
  6. ports:
  7. - "127.0.0.1:3003:3003"
  8. security_opt:
  9. - no-new-privileges:true
  10. volumes:
  11. - ./config.json:/config.json:ro
  12. - ./cache:/cache # Ensure cache folder has a 10000:10000 ownership.