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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue