Files
hantim-server/docker/timothykim.net/compose.yml
T
timothykim e53ac6324a
Deploy timothykim.net / deploy (push) Failing after 2s
add container_name to timothykim.net compose
2026-03-13 15:52:03 -04:00

12 lines
210 B
YAML

services:
static:
image: git.timothykim.net/timothykim/static:latest
restart: unless-stopped
container_name: timothykim-static
networks:
- shared
networks:
shared:
external: true