Skip to content

Commit

Permalink
do not set the domain as an env var
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Mar 5, 2025
1 parent 282e1c4 commit f82f43c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ services:
- ./empty:/home/smallweb/workspace
environment:
- SMALLWEB_DIR=/home/smallweb/workspace
- SMALLWEB_DOMAIN=smallweb.localhost
1 change: 0 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ services:
- ./workspace:/home/smallweb/workspace
environment:
- SMALLWEB_DIR=/home/smallweb/workspace
- SMALLWEB_DOMAIN=smallweb.localhost

0 comments on commit f82f43c

Please sign in to comment.