# Utatane File index Exposes port 8080 Build container with ```pwsh sudo docker build -t helpimnotdrowning/utatane . ``` Utatane requires my fork of Pode *built as* `helpimnotdrowning/pode:2.12.1`. You can do this with `Invoke-Build Pack -Version 2.12.1`, then `sudo docker build -t helpimnotdrowning/pode:2.12.1 .` Run with the following compose definition: ```yml services: # ... utatane: image: helpimnotdrowning/utatane container_name: utatane restart: unless-stopped ports: - '8080:8080' ```