Skip to content

Commit

Permalink
should double check
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Aug 24, 2023
1 parent 54cce99 commit e94bc34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/docker_compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
- "19071:19071"
- "8081:8081"
volumes:
- vespa_volume:/opt/vespa
- vespa_volume:/opt/vespa/var
nginx:
image: nginx:1.23.4-alpine
restart: always
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker_compose/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- "19071:19071"
- "8081:8081"
volumes:
- vespa_volume:/opt/vespa
- vespa_volume:/opt/vespa/var
nginx:
image: nginx:1.23.4-alpine
restart: always
Expand Down

0 comments on commit e94bc34

Please sign in to comment.