Skip to content

Commit

Permalink
make config placeholder consistent and clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Jun 6, 2024
1 parent 635fd9a commit 1c10975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- gitea_data:/var/lib/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- gitea-config:/etc/gitea
- gitea_config_placeholder:/etc/gitea
ports:
- "3000:3000"
- "222:222"
Expand Down Expand Up @@ -68,5 +68,5 @@ services:

volumes:
gitea_data:
gitea-config:
gitea_config_placeholder:
db_data:

0 comments on commit 1c10975

Please sign in to comment.