Add ports

This commit is contained in:
Isaac Shoebottom 2024-08-22 21:00:46 -03:00
parent b7c417090a
commit c148f7bb16

View File

@ -6,6 +6,8 @@ services:
build: build:
context: ./ context: ./
dockerfile: Dockerfile dockerfile: Dockerfile
ports:
- "42069:8080"
environment: environment:
- DATA_DIR=/data - DATA_DIR=/data
env_file: env_file: