Fix container name

This commit is contained in:
Brad Treloar 2025-11-01 21:44:04 +10:30
parent 805743bb17
commit 16808ee943

View file

@ -3,7 +3,7 @@ services:
build: build:
context: docker context: docker
dockerfile: ./docker/Dockerfile dockerfile: ./docker/Dockerfile
container_name: server container_name: notes
restart: always restart: always
volumes: volumes:
- ./astro/dist:/usr/share/nginx/html:ro - ./astro/dist:/usr/share/nginx/html:ro