Skip to content

Commit

Permalink
fix: change docker compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
swusjask committed Jun 2, 2024
1 parent 882f25d commit 5013249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
env_file:
- ./.env.prod.db
nginx:
build: nginx
image: nginx
restart: unless-stopped
volumes:
- static_volume:/home/app/web/staticfiles
Expand Down

0 comments on commit 5013249

Please sign in to comment.