1
0
mirror of synced 2024-11-28 09:30:51 +01:00
ImHex/dist/web/compose.yml

11 lines
231 B
YAML

# docker compose -f dist/web/compose.yml up --build
version: '3'
services:
imhex_web:
image: imhex_web:latest
build:
context: ../../ # ImHex folder
dockerfile: ./dist/web/Dockerfile
ports:
- 8080:80