website/compose.yml
2024-11-03 18:20:30 +01:00

12 lines
333 B
YAML
Executable File

services:
website:
container_name: website
image: ghcr.io/projectsegfault/website:latest
restart: unless-stopped
# uncomment these lines if you want to build from source
#build:
# context: .
# dockerfile: Dockerfile
ports:
- "127.0.0.1:1339:3000"