Skip to content

Commit

Permalink
Merge pull request #276 from AndrewCS149/fixDockerComposeFile
Browse files Browse the repository at this point in the history
fix compose file
  • Loading branch information
The-DevBlog authored Jul 7, 2024
2 parents b4b49ae + 17c3474 commit e03efe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:

devblog_proxy:
image: ${DEVBLOG_PROXY_CONTAINER_NAME}
build: .
build: ./proxy
container_name: ${DEVBLOG_PROXY_CONTAINER_NAME}
volumes:
- ./proxy/default.conf:/etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit e03efe3

Please sign in to comment.