Skip to content

Commit f7ef6f0

Browse files
committed
Changed Storage Server IP to studio-app.snapchat.com
1 parent c377598 commit f7ef6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- DB_NAME=${MYSQL_DATABASE}
5454
- DB_PORT=${MYSQL_DOCKER_PORT}
5555
- PORT=${APP_DOCKER_PORT}
56-
- STORAGE_SERVER=http://127.0.0.1:${NGINX_LOCAL_PORT}
56+
- STORAGE_SERVER=http://studio-app.snapchat.com:${NGINX_LOCAL_PORT}
5757
- STORAGE_PATH=/var/lib/snapcamera
5858
- IMPORT_DIR=import
5959
- MEDIA_DIR=snap-camera-media

0 commit comments

Comments
 (0)