Skip to content

Commit 889e0ff

Browse files
🐛 Fix interactive_network_subnet for local development (#5360)
Co-authored-by: Yury Hrytsuk <[email protected]>
1 parent e375471 commit 889e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ SMTP_PASSWORD=it_doesnt_matter
154154
SMTP_PROTOCOL=UNENCRYPTED
155155

156156
SIMCORE_SERVICES_NETWORK_NAME=interactive_services_subnet
157-
SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.26.0.0/16
157+
SIMCORE_INTERACTIVE_NETWORK_SUBNET=172.8.0.0/16
158158

159159
# NOTE: STORAGE_ENDPOINT is needed by director-v0
160160
STORAGE_ENDPOINT=storage:8080

0 commit comments

Comments
 (0)