This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
khufu/docker-compose.yml
2021-08-21 22:20:04 -06:00

12 lines
202 B
YAML

version: "3"
services:
khufu.dunestorm.net:
image: khufu.dunestorm.net
build: .
ports:
- "80:52026"
networks:
- dunestorm_dev
networks:
dunestorm_dev:
external: true