Skip to content

Commit

Permalink
rollback changes to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
laksith19 committed Feb 20, 2025
1 parent 5390e44 commit 6768bd5
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
@@ -1,6 +1,6 @@
services:
jekyll:
build: .
user: "${UID:-1000}:${GID:-1000}"
user: "${UID}:${GID}"
volumes:
- .:/usr/src/jekyll

0 comments on commit 6768bd5

Please # to comment.