Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jan 9, 2024
1 parent 3f46d0e commit 2fc136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:

# Apache HTTPD - Entry point for the application.
# Nginx - Entry point for the application.
proxy:
restart: unless-stopped
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function setTraefikHostnames {
}

function setNginxHostnames {
echo "$INFO Exporting Nginx hostnames..."
echo "$INFO Exporting Nginx hostnames..."

export O3_HOSTNAME="localhost"
export ODOO_HOSTNAME="localhost:8069"
Expand Down

0 comments on commit 2fc136c

Please sign in to comment.