Skip to content

Commit 14f559c

Browse files
committed
Removed FORWARD_WEB_PORT from local setup
1 parent 61fd2b1 commit 14f559c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ GOTENBERG_URL=http://gotenberg:3000
8080
# Local setup
8181
NGINX_HOST_NAME=solidtime.test
8282
NETWORK_NAME=reverse-proxy-docker-traefik_routing
83-
FORWARD_DB_PORT=5432
84-
FORWARD_WEB_PORT=8083
83+
FORWARD_DB_PORT=54329
8584
VITE_HOST_NAME=vite.solidtime.test
8685
VITE_APP_NAME="${APP_NAME}"
8786
#SAIL_XDEBUG_MODE=develop,debug,coverage

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ services:
55
dockerfile: Dockerfile
66
args:
77
WWWGROUP: '${WWWGROUP}'
8-
ports:
9-
- '${FORWARD_WEB_PORT:-8083}:80'
108
image: sail-8.3/app
119
labels:
1210
- "traefik.enable=true"

0 commit comments

Comments
 (0)