Skip to content

Commit

Permalink
fixed: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chem1sto committed Oct 9, 2023
1 parent 7bcd739 commit 3f6eee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
nginx:
image: nginx:1.21.3-alpine
ports:
- "80:80"
- "81:81"
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- static_value:/var/html/static/
Expand Down

0 comments on commit 3f6eee4

Please sign in to comment.