version: "3.8" services: dungeonsandexploits: container_name: dungeonsandexploits hostname: dungeonsandexploits image: dungeonsandexploits build: . ports: - 4242:8000 volumes: - /secrets/dungeonsandexploits:/secrets restart: unless-stopped # environment: