Fix container name
This commit is contained in:
parent
805743bb17
commit
16808ee943
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ services:
|
|||
build:
|
||||
context: docker
|
||||
dockerfile: ./docker/Dockerfile
|
||||
container_name: server
|
||||
container_name: notes
|
||||
restart: always
|
||||
volumes:
|
||||
- ./astro/dist:/usr/share/nginx/html:ro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue