Skip to content

Commit e151127

Browse files
committed
update
1 parent 556518a commit e151127

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
@@ -41,7 +41,7 @@ services:
4141
environment:
4242
- PORT=3001 # This sets the PORT dynamically
4343
volumes:
44-
- public-staging:/etc/nginx/ssl # Mounts local "public" folder into the container
44+
- public-staging:/app/public # Mounts local "public" folder into the container
4545
depends_on:
4646
- hoops-staging
4747
networks:

0 commit comments

Comments
 (0)